MyHealtheVet PHR FHIR API, published by VA Digital Services. This guide is not an authorized publication; it is the continuous build for version 0.3.9-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/department-of-veterans-affairs/mhv-fhir-phr-mapping/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:AllergyIntolerance ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ex-MHV-allergy-9"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://department-of-veterans-affairs.github.io/mhv-fhir-phr-mapping/StructureDefinition/VA.MHV.PHR.allergyIntolerance"^^xsd:anyURI ;
fhir:link <https://department-of-veterans-affairs.github.io/mhv-fhir-phr-mapping/StructureDefinition/VA.MHV.PHR.allergyIntolerance> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance ex-MHV-allergy-9</b></p><a name=\"ex-MHV-allergy-9\"> </a><a name=\"hcex-MHV-allergy-9\"> </a><a name=\"ex-MHV-allergy-9-en-US\"> </a><p><b>identifier</b>: <code>http://va.gov/systems/979_120.8</code>/69074 (use: official, )</p><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}\">Active</span></p><p><b>category</b>: Food</p><p><b>code</b>: <span title=\"Codes:\">CARROTS</span></p><p><b>patient</b>: <a href=\"Patient-ex-MHV-patient-89486.html\">MHVPDAADLZ MHVASPXXI Unknown, DoB: 1000-01-01 ( urn:oid:2.16.840.1.113883.4.349#89486 (use: usual, ))</a></p><p><b>recordedDate</b>: 2011-02-21 08:16:00+0000</p><p><b>recorder</b>: Organization 979</p><p><b>note</b>: none ( @2011-02-21 08:16:49+0000)</p><blockquote><p><b>reaction</b></p><p><b>manifestation</b>: <span title=\"Codes:{urn:oid:2.16.840.1.113883.6.233 4637177}\">SEDATED</span></p></blockquote><blockquote><p><b>reaction</b></p><p><b>manifestation</b>: <span title=\"Codes:{urn:oid:2.16.840.1.113883.6.233 4637191}\">PRURITUS</span></p></blockquote><blockquote><p><b>reaction</b></p><p><b>manifestation</b>: <span title=\"Codes:{urn:oid:2.16.840.1.113883.6.233 4637015}\">DELIRIUM</span></p></blockquote><blockquote><p><b>reaction</b></p><p><b>manifestation</b>: <span title=\"Codes:{urn:oid:2.16.840.1.113883.6.233 4637164}\">SWELLING</span></p></blockquote><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Organization #ex-MHV-organization-979</b></p><a name=\"ex-MHV-allergy-9/ex-MHV-organization-979\"> </a><a name=\"hcex-MHV-allergy-9/ex-MHV-organization-979\"> </a><a name=\"ex-MHV-allergy-9/ex-MHV-organization-979-en-US\"> </a><p><b>identifier</b>: FI/979 (use: usual, )</p><p><b>active</b>: true</p><p><b>name</b>: Organization 979</p></blockquote></div>"
] ; #
fhir:contained ( [
a fhir:Organization ;
fhir:id [ fhir:v "ex-MHV-organization-979" ] ;
fhir:meta [
( fhir:profile [
fhir:v "https://department-of-veterans-affairs.github.io/mhv-fhir-phr-mapping/StructureDefinition/VA.MHV.PHR.organization"^^xsd:anyURI ;
fhir:link <https://department-of-veterans-affairs.github.io/mhv-fhir-phr-mapping/StructureDefinition/VA.MHV.PHR.organization> ] ) ] ;
( fhir:identifier [
fhir:use [ fhir:v "usual" ] ;
fhir:type [
fhir:text [ fhir:v "FI" ] ] ;
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.4.349"^^xsd:anyURI ] ;
fhir:value [ fhir:v "979" ] ] ) ;
fhir:active [ fhir:v "true"^^xsd:boolean ] ;
fhir:name [ fhir:v "Organization 979" ]
] ) ; #
fhir:extension ( [
fhir:url [ fhir:v "https://department-of-veterans-affairs.github.io/mhv-fhir-phr-mapping/StructureDefinition/allergyObservedHistoric"^^xsd:anyURI ] ;
fhir:value [ fhir:v "o" ]
] ) ; #
fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "http://va.gov/systems/979_120.8"^^xsd:anyURI ] ;
fhir:value [ fhir:v "69074" ]
] ) ; #
fhir:clinicalStatus [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ] ] )
] ; #
fhir:category ( [ fhir:v "food"] ) ; #
fhir:code [
fhir:text [ fhir:v "CARROTS" ]
] ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/ex-MHV-patient-89486" ]
] ; #
fhir:recordedDate [ fhir:v "2011-02-21T08:16:00Z"^^xsd:dateTime] ; #
fhir:recorder [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/alternate-reference"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "#ex-MHV-organization-979" ] ] ] ) ;
fhir:display [ fhir:v "Organization 979" ]
] ; #
fhir:note ( [
fhir:time [ fhir:v "2011-02-21T08:16:49Z"^^xsd:dateTime ] ;
fhir:text [ fhir:v "none " ]
] ) ; #
fhir:reaction ( [
( fhir:manifestation [
( fhir:coding [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.6.233"^^xsd:anyURI ] ;
fhir:code [ fhir:v "4637177" ] ] ) ;
fhir:text [ fhir:v "SEDATED" ] ] )
] [
( fhir:manifestation [
( fhir:coding [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.6.233"^^xsd:anyURI ] ;
fhir:code [ fhir:v "4637191" ] ] ) ;
fhir:text [ fhir:v "PRURITUS" ] ] )
] [
( fhir:manifestation [
( fhir:coding [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.6.233"^^xsd:anyURI ] ;
fhir:code [ fhir:v "4637015" ] ] ) ;
fhir:text [ fhir:v "DELIRIUM" ] ] )
] [
( fhir:manifestation [
( fhir:coding [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.6.233"^^xsd:anyURI ] ;
fhir:code [ fhir:v "4637164" ] ] ) ;
fhir:text [ fhir:v "SWELLING" ] ] )
] ) . #
IG © 2022+ VA Digital Services. Package va.mhv.fhir.phr#0.3.9-current based on FHIR 4.0.1. Generated 2024-08-18
Links: Table of Contents |
QA Report
| New Issue | Issues