International Patient Summary Implementation Guide
1.1.0 - CI Build International flag

International Patient Summary Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 1.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-ips/ and changes regularly. See the Directory of published versions

: IPS Bundle example - no information in required sections - TTL Representation

Raw ttl | Download

@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "bundle-no-info-required-sections"] ; # 
  fhir:language [ fhir:v "en-NZ"] ; # 
  fhir:identifier [
fhir:system [ fhir:v "urn:oid:2.16.724.4.8.10.200.10"^^xsd:anyURI ] ;
fhir:value [ fhir:v "59f51f0b-2005-485c-858e-3d3ae9657287" ]
  ] ; # 
  fhir:type [ fhir:v "document"] ; # 
  fhir:timestamp [ fhir:v "2022-01-08T20:42:11.0607701+00:00"^^xsd:dateTime] ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "https://terminz.azurewebsites.net/fhir/Composition/514af4c1-194d-48b4-8afe-7be09d3f895a"^^xsd:anyURI ] ;
    ( fhir:resource <https://terminz.azurewebsites.net/fhir/Composition/514af4c1-194d-48b4-8afe-7be09d3f895a> )
  ] [
fhir:fullUrl [ fhir:v "https://terminz.azurewebsites.net/fhir/Patient/AAA1234"^^xsd:anyURI ] ;
    ( fhir:resource <https://terminz.azurewebsites.net/fhir/Patient/AAA1234> )
  ] [
fhir:fullUrl [ fhir:v "https://terminz.azurewebsites.net/fhir/Organization/d9b97b04-b606-4f07-baf2-7eb3dcae0a2a"^^xsd:anyURI ] ;
    ( fhir:resource <https://terminz.azurewebsites.net/fhir/Organization/d9b97b04-b606-4f07-baf2-7eb3dcae0a2a> )
  ] [
fhir:fullUrl [ fhir:v "https://terminz.azurewebsites.net/fhir/PractitionerRole/f54d8c90-aea2-46b0-8f7a-8683db78344e"^^xsd:anyURI ] ;
    ( fhir:resource <https://terminz.azurewebsites.net/fhir/PractitionerRole/f54d8c90-aea2-46b0-8f7a-8683db78344e> )
  ] [
fhir:fullUrl [ fhir:v "https://terminz.azurewebsites.net/fhir/Practitioner/19c24876-ccf8-45e7-8b66-462317e970f1"^^xsd:anyURI ] ;
    ( fhir:resource <https://terminz.azurewebsites.net/fhir/Practitioner/19c24876-ccf8-45e7-8b66-462317e970f1> )
  ] [
fhir:fullUrl [ fhir:v "https://terminz.azurewebsites.net/fhir/Organization/70a756e3-20b3-4637-8601-a222983e295a"^^xsd:anyURI ] ;
    ( fhir:resource <https://terminz.azurewebsites.net/fhir/Organization/70a756e3-20b3-4637-8601-a222983e295a> )
  ] [
fhir:fullUrl [ fhir:v "https://terminz.azurewebsites.net/fhir/AllergyIntolerance/e198be1e-9861-46af-9d97-841ef9f7c707"^^xsd:anyURI ] ;
    ( fhir:resource <https://terminz.azurewebsites.net/fhir/AllergyIntolerance/e198be1e-9861-46af-9d97-841ef9f7c707> )
  ] [
fhir:fullUrl [ fhir:v "https://terminz.azurewebsites.net/fhir/Condition/da138a5d-633f-493f-9485-e5af1320db5b"^^xsd:anyURI ] ;
    ( fhir:resource <https://terminz.azurewebsites.net/fhir/Condition/da138a5d-633f-493f-9485-e5af1320db5b> )
  ] [
fhir:fullUrl [ fhir:v "https://terminz.azurewebsites.net/fhir/MedicationStatement/ceb9a0d2-454c-4834-be55-2fa1eb2acd49"^^xsd:anyURI ] ;
    ( fhir:resource <https://terminz.azurewebsites.net/fhir/MedicationStatement/ceb9a0d2-454c-4834-be55-2fa1eb2acd49> )
  ] [
fhir:fullUrl [ fhir:v "https://terminz.azurewebsites.net/fhir/Immunization/4ab062b3-8843-4b98-af62-3d6d178a3772"^^xsd:anyURI ] ;
    ( fhir:resource <https://terminz.azurewebsites.net/fhir/Immunization/4ab062b3-8843-4b98-af62-3d6d178a3772> )
  ] [
fhir:fullUrl [ fhir:v "https://terminz.azurewebsites.net/fhir/Immunization/bd6c6537-6c5a-4fa8-8d26-2b49377425a2"^^xsd:anyURI ] ;
    ( fhir:resource <https://terminz.azurewebsites.net/fhir/Immunization/bd6c6537-6c5a-4fa8-8d26-2b49377425a2> )
  ] ) . # 

<https://terminz.azurewebsites.net/fhir/Composition/514af4c1-194d-48b4-8afe-7be09d3f895a> a fhir:Composition ;
  fhir:id [ fhir:v "514af4c1-194d-48b4-8afe-7be09d3f895a"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "1" ]
  ] ; # 
  fhir:language [ fhir:v "en-NZ"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns='http://www.w3.org/1999/xhtml' lang='en-NZ' xml:lang='en-NZ'>International Patient Summary for James Judge</div>"
  ] ; # 
  fhir:identifier [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.2.18.7.2"^^xsd:anyURI ] ;
fhir:value [ fhir:v "59f51f0b-2005-485c-858e-3d3ae9657287" ]
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:type [
    ( fhir:coding [
a loinc:60591-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "60591-5" ] ;
fhir:display [ fhir:v "Patient summary Document" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/AAA1234" ]
  ] ; # 
  fhir:date [ fhir:v "2021-05-03"^^xsd:date] ; # 
  fhir:author ( [
fhir:reference [ fhir:v "Organization/d9b97b04-b606-4f07-baf2-7eb3dcae0a2a" ]
  ] ) ; # 
  fhir:title [ fhir:v "International Patient Summary"] ; # 
  fhir:confidentiality [ fhir:v "N"] ; # 
  fhir:attester ( [
fhir:mode [ fhir:v "professional" ] ;
fhir:time [ fhir:v "2021-05-03"^^xsd:date ] ;
fhir:party [
fhir:reference [ fhir:v "PractitionerRole/f54d8c90-aea2-46b0-8f7a-8683db78344e" ]     ]
  ] ) ; # 
  fhir:custodian [
fhir:reference [ fhir:v "Organization/70a756e3-20b3-4637-8601-a222983e295a" ]
  ] ; # 
  fhir:relatesTo ( [
fhir:code [ fhir:v "transforms" ] ;
fhir:target [
a fhir:Identifier ;
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.2.18.7.2"^^xsd:anyURI ] ;
fhir:value [ fhir:v "59f51f0b-2005-485c-858e-3d3ae9657287" ]     ]
  ] ) ; # 
  fhir:event ( [
    ( fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActClass"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PCPR" ]       ] )     ] ) ;
fhir:period [
fhir:end [ fhir:v "2021-05-03"^^xsd:date ]     ]
  ] ) ; # 
  fhir:section ( [
fhir:title [ fhir:v "Allergies and Intolerances" ] ;
fhir:code [
      ( fhir:coding [
a loinc:48765-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "48765-2" ] ;
fhir:display [ fhir:v "Allergies and adverse reactions Document" ]       ] )     ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns='http://www.w3.org/1999/xhtml' lang='en-NZ' xml:lang='en-NZ'>There is no information available regarding the subject's allergy conditions.</div>"     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "AllergyIntolerance/e198be1e-9861-46af-9d97-841ef9f7c707" ]     ] )
  ] [
fhir:title [ fhir:v "Problem List" ] ;
fhir:code [
      ( fhir:coding [
a loinc:11450-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11450-4" ] ;
fhir:display [ fhir:v "Problem list - Reported" ]       ] )     ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns='http://www.w3.org/1999/xhtml' lang='en-NZ' xml:lang='en-NZ'>There is no information available about the subject's health problems or disabilities.</div>"     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "Condition/da138a5d-633f-493f-9485-e5af1320db5b" ]     ] )
  ] [
fhir:title [ fhir:v "Medication Summary" ] ;
fhir:code [
      ( fhir:coding [
a loinc:10160-0 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "10160-0" ] ;
fhir:display [ fhir:v "History of Medication use Narrative" ]       ] )     ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns='http://www.w3.org/1999/xhtml' lang='en-NZ' xml:lang='en-NZ'>There is no information available about the subject's medication use or administration.</div>"     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "MedicationStatement/ceb9a0d2-454c-4834-be55-2fa1eb2acd49" ]     ] )
  ] [
fhir:title [ fhir:v "Immunizations" ] ;
fhir:code [
      ( fhir:coding [
a loinc:11369-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11369-6" ] ;
fhir:display [ fhir:v "History of Immunization Narrative" ]       ] )     ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns='http://www.w3.org/1999/xhtml' xml:lang='en-NZ'><table xmlns=\"http://www.w3.org/1999/xhtml\">\r\n        <thead>\r\n          <tr>\r\n            <th>Vaccine</th>\r\n            <th>Date</th>\r\n            <th>Seq</th>\r\n            <th>Route</th>\r\n            <th>Site</th>\r\n            <th>Indication</th>\r\n            <th>Status</th>\r\n            \r\n            \r\n          </tr>\r\n        </thead>\r\n        <tbody>\r\n          <tr>\r\n            <td>Influenza</td>\r\n            <td>03/07/2020</td>\r\n            <td>2</td>\r\n            <td>Injection, intramuscular</td>\r\n            <td>Entire left upper arm</td>\r\n            <td>Eligible condition (Influenza)</td>\r\n            <td>completed</td>\r\n            \r\n            \r\n          </tr>\r\n          <tr>\r\n            <td>Influenza</td>\r\n            <td>03/06/2019</td>\r\n            <td>1</td>\r\n            <td>Injection, intramuscular</td>\r\n            <td>Entire left upper arm</td>\r\n            <td>Eligible condition (Influenza)</td>\r\n            <td>completed</td>\r\n            \r\n            \r\n          </tr>\r\n        </tbody>\r\n      </table>\r\n    </div>"     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "Immunization/4ab062b3-8843-4b98-af62-3d6d178a3772" ]     ] [
fhir:reference [ fhir:v "Immunization/bd6c6537-6c5a-4fa8-8d26-2b49377425a2" ]     ] )
  ] ) . # 

<https://terminz.azurewebsites.net/fhir/Patient/AAA1234> a fhir:Patient ;
  fhir:id [ fhir:v "AAA1234"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns='http://www.w3.org/1999/xhtml' xml:lang='en-NZ'>Name: James Judge</div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/nhi-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "AAA1234" ]
  ] ) ; # 
  fhir:name ( [
fhir:use [ fhir:v "usual" ] ;
fhir:family [ fhir:v "Judge" ] ;
    ( fhir:given [ fhir:v "James" ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "tel:+6478532279" ] ;
fhir:use [ fhir:v "home" ]
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [ fhir:v "1985-04-25"^^xsd:date] ; # 
  fhir:address ( [
fhir:use [ fhir:v "home" ] ;
fhir:type [ fhir:v "physical" ] ;
    ( fhir:line [ fhir:v "Bleak House" ] [ fhir:v "3 Worcester Drive" ] [ fhir:v "Rototuna North" ] ) ;
fhir:city [ fhir:v "Hamilton" ] ;
fhir:postalCode [ fhir:v "3210" ] ;
fhir:country [ fhir:v "NZ" ]
  ] ) ; # 
  fhir:maritalStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"^^xsd:anyURI ] ;
fhir:code [ fhir:v "M" ] ;
fhir:display [ fhir:v "Married" ]     ] )
  ] ; # 
  fhir:contact ( [
    ( fhir:relationship [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "FAMMEMB" ] ;
fhir:display [ fhir:v "family member" ]       ] [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0131"^^xsd:anyURI ] ;
fhir:code [ fhir:v "N" ] ;
fhir:display [ fhir:v "Next-of-Kin" ]       ] )     ] ) ;
fhir:name [
fhir:use [ fhir:v "usual" ] ;
fhir:family [ fhir:v "mother" ] ;
      ( fhir:given [ fhir:v "Natural" ] [ fhir:v "mother" ] )     ]
  ] [
    ( fhir:relationship [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "FRND" ] ;
fhir:display [ fhir:v "unrelated friend" ]       ] [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0131"^^xsd:anyURI ] ;
fhir:code [ fhir:v "C" ] ;
fhir:display [ fhir:v "Emergency Contact" ]       ] )     ] ) ;
fhir:name [
fhir:use [ fhir:v "usual" ] ;
fhir:family [ fhir:v "Rabbit" ] ;
      ( fhir:given [ fhir:v "Peter" ] [ fhir:v "Rabbit" ] )     ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "07 853 9191" ] ;
fhir:use [ fhir:v "home" ]     ] ) ;
fhir:address [
fhir:use [ fhir:v "home" ] ;
fhir:type [ fhir:v "physical" ] ;
      ( fhir:line [ fhir:v "9 Worcester Drive" ] [ fhir:v "Rototuna" ] ) ;
fhir:city [ fhir:v "Hamilton" ] ;
fhir:postalCode [ fhir:v "3210" ] ;
fhir:country [ fhir:v "NZ" ]     ]
  ] ) ; # 
  fhir:communication ( [
fhir:language [
      ( fhir:coding [
fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ;
fhir:code [ fhir:v "en-NZ" ]       ] )     ]
  ] ) . # 

<https://terminz.azurewebsites.net/fhir/Organization/d9b97b04-b606-4f07-baf2-7eb3dcae0a2a> a fhir:Organization ;
  fhir:id [ fhir:v "d9b97b04-b606-4f07-baf2-7eb3dcae0a2a"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_d9b97b04-b606-4f07-baf2-7eb3dcae0a2a\"> </a><p><b>Generated Narrative: Organization</b><a name=\"d9b97b04-b606-4f07-baf2-7eb3dcae0a2a\"> </a><a name=\"hcd9b97b04-b606-4f07-baf2-7eb3dcae0a2a\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Organization &quot;d9b97b04-b606-4f07-baf2-7eb3dcae0a2a&quot; </p></div><p><b>identifier</b>: <code>https://standards.digital.health.nz/ns/hpi-facility-id</code>/F0K068-E</p><p><b>name</b>: Northcare, Thomas Road</p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/hpi-facility-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "F0K068-E" ]
  ] ) ; # 
  fhir:name [ fhir:v "Northcare, Thomas Road"] . # 

<https://terminz.azurewebsites.net/fhir/PractitionerRole/f54d8c90-aea2-46b0-8f7a-8683db78344e> a fhir:PractitionerRole ;
  fhir:id [ fhir:v "f54d8c90-aea2-46b0-8f7a-8683db78344e"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"PractitionerRole_f54d8c90-aea2-46b0-8f7a-8683db78344e\"> </a><p><b>Generated Narrative: PractitionerRole</b><a name=\"f54d8c90-aea2-46b0-8f7a-8683db78344e\"> </a><a name=\"hcf54d8c90-aea2-46b0-8f7a-8683db78344e\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource PractitionerRole &quot;f54d8c90-aea2-46b0-8f7a-8683db78344e&quot; </p></div><p><b>practitioner</b>: <a href=\"#Practitioner_19c24876-ccf8-45e7-8b66-462317e970f1\">See above (Practitioner/19c24876-ccf8-45e7-8b66-462317e970f1)</a></p><p><b>code</b>: Doctor <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#158965000)</span></p></div>"
  ] ; # 
  fhir:practitioner [
fhir:reference [ fhir:v "Practitioner/19c24876-ccf8-45e7-8b66-462317e970f1" ]
  ] ; # 
  fhir:code ( [
    ( fhir:coding [
a sct:158965000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "158965000" ] ;
fhir:display [ fhir:v "Doctor" ]     ] )
  ] ) . # 

<https://terminz.azurewebsites.net/fhir/Practitioner/19c24876-ccf8-45e7-8b66-462317e970f1> a fhir:Practitioner ;
  fhir:id [ fhir:v "19c24876-ccf8-45e7-8b66-462317e970f1"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Practitioner_19c24876-ccf8-45e7-8b66-462317e970f1\"> </a><p><b>Generated Narrative: Practitioner</b><a name=\"19c24876-ccf8-45e7-8b66-462317e970f1\"> </a><a name=\"hc19c24876-ccf8-45e7-8b66-462317e970f1\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Practitioner &quot;19c24876-ccf8-45e7-8b66-462317e970f1&quot; </p></div><p><b>name</b>: Dr Richard Kildare Kildare </p><p><b>telecom</b>: ph: tel:+6478539191(WORK)</p><p><b>address</b>: 12 Thomas Rd Huntingdon Hamilton 3211 NZ (WORK)</p></div>"
  ] ; # 
  fhir:name ( [
fhir:use [ fhir:v "usual" ] ;
fhir:family [ fhir:v "Kildare" ] ;
    ( fhir:given [ fhir:v "Dr" ] [ fhir:v "Richard" ] [ fhir:v "Kildare" ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "tel:+6478539191" ] ;
fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:address ( [
fhir:use [ fhir:v "work" ] ;
fhir:type [ fhir:v "physical" ] ;
    ( fhir:line [ fhir:v "12 Thomas Rd" ] [ fhir:v "Huntingdon" ] ) ;
fhir:city [ fhir:v "Hamilton" ] ;
fhir:postalCode [ fhir:v "3211" ] ;
fhir:country [ fhir:v "NZ" ]
  ] ) . # 

<https://terminz.azurewebsites.net/fhir/Organization/70a756e3-20b3-4637-8601-a222983e295a> a fhir:Organization ;
  fhir:id [ fhir:v "70a756e3-20b3-4637-8601-a222983e295a"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_70a756e3-20b3-4637-8601-a222983e295a\"> </a><p><b>Generated Narrative: Organization</b><a name=\"70a756e3-20b3-4637-8601-a222983e295a\"> </a><a name=\"hc70a756e3-20b3-4637-8601-a222983e295a\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Organization &quot;70a756e3-20b3-4637-8601-a222983e295a&quot; </p></div><p><b>identifier</b>: <code>https://standards.digital.health.nz/ns/psychotherapists-board-id</code>/F2N000-J</p><p><b>name</b>: NorthCare Pukete Road</p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/psychotherapists-board-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "F2N000-J" ]
  ] ) ; # 
  fhir:name [ fhir:v "NorthCare Pukete Road"] . # 

<https://terminz.azurewebsites.net/fhir/AllergyIntolerance/e198be1e-9861-46af-9d97-841ef9f7c707> a fhir:AllergyIntolerance ;
  fhir:id [ fhir:v "e198be1e-9861-46af-9d97-841ef9f7c707"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"AllergyIntolerance_e198be1e-9861-46af-9d97-841ef9f7c707\"> </a><p><b>Generated Narrative: AllergyIntolerance</b><a name=\"e198be1e-9861-46af-9d97-841ef9f7c707\"> </a><a name=\"hce198be1e-9861-46af-9d97-841ef9f7c707\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource AllergyIntolerance &quot;e198be1e-9861-46af-9d97-841ef9f7c707&quot; </p></div><p><b>clinicalStatus</b>: Active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-allergyintolerance-clinical.html\">AllergyIntolerance Clinical Status Codes</a>#active)</span></p><p><b>code</b>: No information about allergies <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-absent-unknown-uv-ips.html\">Absent and Unknown Data - IPS</a>#no-allergy-info)</span></p><p><b>patient</b>: <a href=\"#Patient_AAA1234\">See above (Patient/AAA1234)</a></p></div>"
  ] ; # 
  fhir:clinicalStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ]     ] )
  ] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/uv/ips/CodeSystem/absent-unknown-uv-ips"^^xsd:anyURI ] ;
fhir:code [ fhir:v "no-allergy-info" ] ;
fhir:display [ fhir:v "No information about allergies" ]     ] )
  ] ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/AAA1234" ]
  ] . # 

<https://terminz.azurewebsites.net/fhir/Condition/da138a5d-633f-493f-9485-e5af1320db5b> a fhir:Condition ;
  fhir:id [ fhir:v "da138a5d-633f-493f-9485-e5af1320db5b"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_da138a5d-633f-493f-9485-e5af1320db5b\"> </a><p><b>Generated Narrative: Condition</b><a name=\"da138a5d-633f-493f-9485-e5af1320db5b\"> </a><a name=\"hcda138a5d-633f-493f-9485-e5af1320db5b\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Condition &quot;da138a5d-633f-493f-9485-e5af1320db5b&quot; </p></div><p><b>clinicalStatus</b>: Active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-condition-clinical.html\">Condition Clinical Status Codes</a>#active)</span></p><p><b>code</b>: No information about problems <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-absent-unknown-uv-ips.html\">Absent and Unknown Data - IPS</a>#no-problem-info)</span></p><p><b>subject</b>: <a href=\"#Patient_AAA1234\">See above (Patient/AAA1234)</a></p></div>"
  ] ; # 
  fhir:clinicalStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ]     ] )
  ] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/uv/ips/CodeSystem/absent-unknown-uv-ips"^^xsd:anyURI ] ;
fhir:code [ fhir:v "no-problem-info" ] ;
fhir:display [ fhir:v "No information about problems" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/AAA1234" ]
  ] . # 

<https://terminz.azurewebsites.net/fhir/MedicationStatement/ceb9a0d2-454c-4834-be55-2fa1eb2acd49> a fhir:MedicationStatement ;
  fhir:id [ fhir:v "ceb9a0d2-454c-4834-be55-2fa1eb2acd49"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationStatement_ceb9a0d2-454c-4834-be55-2fa1eb2acd49\"> </a><p><b>Generated Narrative: MedicationStatement</b><a name=\"ceb9a0d2-454c-4834-be55-2fa1eb2acd49\"> </a><a name=\"hcceb9a0d2-454c-4834-be55-2fa1eb2acd49\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource MedicationStatement &quot;ceb9a0d2-454c-4834-be55-2fa1eb2acd49&quot; </p></div><p><b>status</b>: unknown</p><p><b>medication</b>: No information about medications <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-absent-unknown-uv-ips.html\">Absent and Unknown Data - IPS</a>#no-medication-info)</span></p><p><b>subject</b>: <a href=\"#Patient_AAA1234\">See above (Patient/AAA1234)</a></p><p><b>effective</b>: ?? --&gt; (ongoing)</p></div>"
  ] ; # 
  fhir:status [ fhir:v "unknown"] ; # 
  fhir:medication [
a fhir:CodeableConcept ;
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/uv/ips/CodeSystem/absent-unknown-uv-ips"^^xsd:anyURI ] ;
fhir:code [ fhir:v "no-medication-info" ] ;
fhir:display [ fhir:v "No information about medications" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/AAA1234" ]
  ] ; # 
  fhir:effective [
a fhir:Period ;
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/data-absent-reason"^^xsd:anyURI ] ;
fhir:value [ fhir:v "not-applicable" ]     ] )
  ] . # 

<https://terminz.azurewebsites.net/fhir/Immunization/4ab062b3-8843-4b98-af62-3d6d178a3772> a fhir:Immunization ;
  fhir:id [ fhir:v "4ab062b3-8843-4b98-af62-3d6d178a3772"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Immunization_4ab062b3-8843-4b98-af62-3d6d178a3772\"> </a><p><b>Generated Narrative: Immunization</b><a name=\"4ab062b3-8843-4b98-af62-3d6d178a3772\"> </a><a name=\"hc4ab062b3-8843-4b98-af62-3d6d178a3772\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Immunization &quot;4ab062b3-8843-4b98-af62-3d6d178a3772&quot; </p></div><p><b>status</b>: completed</p><p><b>vaccineCode</b>: Influenza, seasonal, injectable <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-CVX.html\">Vaccine Administered Code Set (CVX)</a>#141)</span></p><p><b>patient</b>: <a href=\"#Patient_AAA1234\">See above (Patient/AAA1234)</a></p><p><b>occurrence</b>: 2020-07-03</p><p><b>lotNumber</b>: B52b</p><p><b>expirationDate</b>: 2020-07-03</p><p><b>site</b>: Entire left upper arm <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#72098002)</span></p><p><b>route</b>: Injection, intramuscular <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-RouteOfAdministration.html\">RouteOfAdministration</a>#IM)</span></p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"#Organization_70a756e3-20b3-4637-8601-a222983e295a\">See above (Organization/70a756e3-20b3-4637-8601-a222983e295a)</a></td></tr></table><h3>ProtocolApplieds</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Series</b></td><td><b>DoseNumber[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>45y (Eligible condition (Influenza))</td><td>2</td></tr></table></div>"
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:vaccineCode [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/cvx"^^xsd:anyURI ] ;
fhir:code [ fhir:v "141" ] ;
fhir:display [ fhir:v "Influenza, seasonal, injectable" ]     ] )
  ] ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/AAA1234" ]
  ] ; # 
  fhir:occurrence [ fhir:v "2020-07-03"^^xsd:date] ; # 
  fhir:lotNumber [ fhir:v "B52b"] ; # 
  fhir:expirationDate [ fhir:v "2020-07-03"^^xsd:date] ; # 
  fhir:site [
    ( fhir:coding [
a sct:72098002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "72098002" ] ;
fhir:display [ fhir:v "Entire left upper arm" ]     ] )
  ] ; # 
  fhir:route [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration"^^xsd:anyURI ] ;
fhir:code [ fhir:v "IM" ] ;
fhir:display [ fhir:v "Injection, intramuscular" ]     ] )
  ] ; # 
  fhir:performer ( [
fhir:actor [
fhir:reference [ fhir:v "Organization/70a756e3-20b3-4637-8601-a222983e295a" ]     ]
  ] ) ; # 
  fhir:protocolApplied ( [
fhir:series [ fhir:v "45y (Eligible condition (Influenza))" ] ;
fhir:doseNumber [ fhir:v "2"^^xsd:positiveInteger ]
  ] ) . # 

<https://terminz.azurewebsites.net/fhir/Immunization/bd6c6537-6c5a-4fa8-8d26-2b49377425a2> a fhir:Immunization ;
  fhir:id [ fhir:v "bd6c6537-6c5a-4fa8-8d26-2b49377425a2"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Immunization_bd6c6537-6c5a-4fa8-8d26-2b49377425a2\"> </a><p><b>Generated Narrative: Immunization</b><a name=\"bd6c6537-6c5a-4fa8-8d26-2b49377425a2\"> </a><a name=\"hcbd6c6537-6c5a-4fa8-8d26-2b49377425a2\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Immunization &quot;bd6c6537-6c5a-4fa8-8d26-2b49377425a2&quot; </p></div><p><b>status</b>: completed</p><p><b>vaccineCode</b>: Influenza, seasonal, injectable <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-CVX.html\">Vaccine Administered Code Set (CVX)</a>#141)</span></p><p><b>patient</b>: <a href=\"#Patient_AAA1234\">See above (Patient/AAA1234)</a></p><p><b>occurrence</b>: 2019-06-03</p><p><b>lotNumber</b>: B52</p><p><b>expirationDate</b>: 2019-08-03</p><p><b>site</b>: Entire left upper arm <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#72098002)</span></p><p><b>route</b>: Injection, intramuscular <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-RouteOfAdministration.html\">RouteOfAdministration</a>#IM)</span></p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"#Organization_70a756e3-20b3-4637-8601-a222983e295a\">See above (Organization/70a756e3-20b3-4637-8601-a222983e295a)</a></td></tr></table><h3>ProtocolApplieds</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Series</b></td><td><b>DoseNumber[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>45y (Eligible condition (Influenza))</td><td>1</td></tr></table></div>"
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:vaccineCode [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/cvx"^^xsd:anyURI ] ;
fhir:code [ fhir:v "141" ] ;
fhir:display [ fhir:v "Influenza, seasonal, injectable" ]     ] )
  ] ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/AAA1234" ]
  ] ; # 
  fhir:occurrence [ fhir:v "2019-06-03"^^xsd:date] ; # 
  fhir:lotNumber [ fhir:v "B52"] ; # 
  fhir:expirationDate [ fhir:v "2019-08-03"^^xsd:date] ; # 
  fhir:site [
    ( fhir:coding [
a sct:72098002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "72098002" ] ;
fhir:display [ fhir:v "Entire left upper arm" ]     ] )
  ] ; # 
  fhir:route [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration"^^xsd:anyURI ] ;
fhir:code [ fhir:v "IM" ] ;
fhir:display [ fhir:v "Injection, intramuscular" ]     ] )
  ] ; # 
  fhir:performer ( [
fhir:actor [
fhir:reference [ fhir:v "Organization/70a756e3-20b3-4637-8601-a222983e295a" ]     ]
  ] ) ; # 
  fhir:protocolApplied ( [
fhir:series [ fhir:v "45y (Eligible condition (Influenza))" ] ;
fhir:doseNumber [ fhir:v "1"^^xsd:positiveInteger ]
  ] ) . #