My Health Record FHIR IG
1.2.0 - active Australia flag

My Health Record FHIR IG - Local Development build (v1.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Peanut allergy - TTL Representation

Raw ttl | Download


@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:AllergyIntolerance ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "peanut-01"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-allergyintolerance-mcv-1"^^xsd:anyURI ;
fhir:link <http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-allergyintolerance-mcv-1>     ] )
  ] ; # 
  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 peanut-01</b></p><a name=\"peanut-01\"> </a><a name=\"hcpeanut-01\"> </a><a name=\"peanut-01-en-AU\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}\">Active</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 762952008}\">Peanut</span></p><p><b>patient</b>: <a href=\"Patient-zhu-lily.html\">Lily Zhu  Female, DoB: 1986-04-25 ( IHI: Austalian Healthcare Identifier - Individual#8003608833357361)</a></p><h3>Reactions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Manifestation</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 126485001}\">Urticaria</span></td></tr></table></div>"
  ] ; # 
  fhir:clinicalStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ] ;
fhir:display [ fhir:v "Active" ]     ] )
  ] ; # 
  fhir:code [
    ( fhir:coding [
a sct:762952008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "762952008" ] ;
fhir:display [ fhir:v "Peanut" ]     ] )
  ] ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/zhu-lily" ]
  ] ; # 
  fhir:reaction ( [
    ( fhir:manifestation [
      ( fhir:coding [
a sct:126485001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "126485001" ] ;
fhir:display [ fhir:v "Urticaria" ]       ] )     ] )
  ] ) . #