Medicare Records FHIR Implementation Guide version 1.0.0

Example: Immunization-immunization-air-example-notGiven

Formats: Narrative,XML, JSON, Turtle

Raw ttl

@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:Immunization;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "immunization-air-example-notGiven"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://ns.electronichealth.net.au/ci/fhir/StructureDefinition/immunization-air";
       fhir:index 0     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: immunization-air-example-notGiven</p><p><b>meta</b>: </p><p><b>identifier</b>: urn:oid:2.25.129844986816735724544008039955538526131</p><p><b>status</b>: completed</p><p><b>notGiven</b>: true</p><p><b>vaccineCode</b>: Infanrix Hexa <span style=\"background: LightGoldenRodYellow\">(Details : {urn:oid:1.2.36.1.2001.1005.17 code 'IFHX' = 'Infanrix Hexa)</span></p><p><b>patient</b>: </p><p><b>date</b>: 15/08/2017</p><p><b>primarySource</b>: true</p><p><b>note</b>: Natural Immunity to Polio recorded on 15th August</p><h3>Explanations</h3><table class=\"grid\"><tr><td>-</td><td><b>ReasonNotGiven</b></td></tr><tr><td>*</td><td>immunity <span style=\"background: LightGoldenRodYellow\">(Details : {http://hl7.org/fhir/v3/ActReason code 'IMMUNE' = 'immunity', given as 'immunity'})</span></td></tr></table></div>"
  ];
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Extension.url [ fhir:value "http://ns.electronichealth.net.au/ci/fhir/StructureDefinition/extension-immunization-cancellationperiod" ];
     fhir:Extension.valuePeriod [
       fhir:Period.start [ fhir:value "2017-08-16"^^xsd:date ]     ]
  ];
  fhir:Immunization.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:oid:2.25.129844986816735724544008039955538526131" ]
  ];
  fhir:Immunization.status [ fhir:value "completed"];
  fhir:Immunization.notGiven [ fhir:value "true"^^xsd:boolean];
  fhir:Immunization.vaccineCode [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:oid:1.2.36.1.2001.1005.17" ];
       fhir:Coding.code [ fhir:value "IFHX" ]     ];
     fhir:CodeableConcept.text [ fhir:value "Infanrix Hexa" ]
  ];
  fhir:Immunization.patient [
     fhir:Reference.identifier [
       fhir:Identifier.type [
         fhir:CodeableConcept.coding [
           fhir:index 0;
           fhir:Coding.system [ fhir:value "http://hl7.org/fhir/v2/0203" ];
           fhir:Coding.code [ fhir:value "NI" ];
           fhir:Coding.display [ fhir:value "National unique individual identifier" ]         ]       ];
       fhir:Identifier.system [ fhir:value "http://ns.electronichealth.net.au/id/hi/ihi/1.0" ];
       fhir:Identifier.value [ fhir:value "8003608166690503" ]     ]
  ];
  fhir:Immunization.date [ fhir:value "2017-08-15"^^xsd:date];
  fhir:Immunization.primarySource [ fhir:value "true"^^xsd:boolean];
  fhir:Immunization.note [
     fhir:index 0;
     fhir:Annotation.text [ fhir:value "Natural Immunity to Polio recorded on 15th August" ]
  ];
  fhir:Immunization.explanation [
     fhir:Immunization.explanation.reasonNotGiven [
       fhir:index 0;
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://hl7.org/fhir/v3/ActReason" ];
         fhir:Coding.code [ fhir:value "IMMUNE" ];
         fhir:Coding.display [ fhir:value "immunity" ]       ]     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.