New Zealand Rheumatic Fever FHIR Implementation Guide
1.0.0 - draft
New Zealand Rheumatic Fever FHIR Implementation Guide, published by Te Whatu Ora. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/tewhatuora/fhir-rheumatic-fever/ and changes regularly. See the Directory of published versions
<Encounter xmlns="http://hl7.org/fhir">
<meta>
<versionId value="2"/>
<lastUpdated value="2024-08-07T08:31:00Z"/>
<profile value="http://hl7.org/fhir/StructureDefinition/Encounter"/>
<tag>
<system
value="https://fhir-ig.digital.health.nz/rheumatic-fever/CodeSystem/nz-rheumaticfever-codesystem"/>
<code value="rf-nz"/>
<display value="rheumatic fever"/>
</tag>
</meta>
<contained>
<Location>
<id value="PublicHospital"/>
<meta>
<profile
value="http://hl7.org.nz/fhir/StructureDefinition/NzLocation"/>
</meta>
<identifier>
<use value="official"/>
<system
value="https://standards.digital.health.nz/ns/hpi-facility-id"/>
<value value="FZZ933-E"/>
</identifier>
<name value="Public Hospital"/>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
<code value="HOSP"/>
</coding>
</type>
</Location>
</contained>
<contained>
<Location>
<id value="SageWestbrookHomeAddress"/>
<meta>
<profile
value="http://hl7.org.nz/fhir/StructureDefinition/NzLocation"/>
</meta>
<identifier>
<use value="usual"/>
<system value="https://standards.digital.health.nz/ns/nz-address-id"/>
<value value="123456"/>
</identifier>
<name value="Sage's Home"/>
<address>
<use value="home"/>
<text
value="19 Bayside Lane, Parua Bay, Whangārei 0174, New Zealand"/>
<line value="19 Bayside Lane"/>
<line value="Parua Bay"/>
<city value="Whangārei"/>
<postalCode value="0174"/>
<country value="NZL"/>
<period>
<start value="2023-08-01"/>
</period>
</address>
<position>
<longitude value="174.481122"/>
<latitude value="-35.773725"/>
</position>
</Location>
</contained>
<contained>
<Location>
<id value="WhangareiGirlsHighSchool"/>
<meta>
<profile
value="http://hl7.org.nz/fhir/StructureDefinition/NzLocation"/>
</meta>
<identifier>
<use value="official"/>
<system
value="https://standards.digital.health.nz/ns/moe-facility-id"/>
<value value="16"/>
</identifier>
<name value="Whangārei Girls’ High School"/>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
<code value="SCHOOL"/>
</coding>
</type>
</Location>
</contained>
<status value="finished"/>
<class>
<system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
<code value="AMB"/>
<display value="ambulatory"/>
</class>
<type>
<coding>
<system value="http://snomed.info/sct"/>
<code value="58718002"/>
<display value="Rheumatic fever (disorder)"/>
</coding>
</type>
<serviceType>
<coding>
<system value="http://snomed.info/sct"/>
<code value="22232009"/>
<display value="Hospital (environment)"/>
</coding>
</serviceType>
<subject>
<type value="Patient"/>
<identifier>
<use value="official"/>
<system value="https://standards.digital.health.nz/ns/nhi-id"/>
<value value="ZKC7284"/>
</identifier>
<display value="Sage Westbrook"/>
</subject>
<participant>
<individual>
<type value="Patient"/>
<identifier>
<use value="official"/>
<system value="https://standards.digital.health.nz/ns/nhi-id"/>
<value value="ZKC7284"/>
</identifier>
<display value="Sage Westbrook"/>
</individual>
</participant>
<period>
<start value="2023-03-12T02:00:00Z"/>
</period>
<location>
<location>
<reference value="#PublicHospital"/>
</location>
</location>
<location>
<location>
<reference value="#SageWestbrookHomeAddress"/>
</location>
</location>
<location>
<location>
<reference value="#WhangareiGirlsHighSchool"/>
</location>
</location>
<serviceProvider>
<type value="Organization"/>
<identifier>
<use value="official"/>
<system
value="https://standards.digital.health.nz/ns/hpi-organisation-id"/>
<value value="G0M086-B"/>
</identifier>
<display
value="Te Tai Tokerau Rheumatic Fever Secondary Prevention Service"/>
</serviceProvider>
</Encounter>