Northern Region Implementation Guide
0.4.6 - CI Build
Northern Region Implementation Guide, published by healthAlliance. This guide is not an authorized publication; it is the continuous build for version 0.4.6 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7NZ/northernRegion/ and changes regularly. See the Directory of published versions
Draft as of 2020-04-01 |
<CapabilityStatement xmlns="http://hl7.org/fhir">
<id value="NorthernRegionCapabilityStatement"/>
<text>
<status value="additional"/>
<div xmlns="http://www.w3.org/1999/xhtml">Demographics related resources</div>
</text>
<url
value="http://fhir.org.nz/ig/northernregion/CapabilityStatement/NorthernRegionCapabilityStatement"/>
<version value="0.4.6"/>
<name value="NorthernRegionCapabilityStatement"/>
<title value="Capability Statement describing healthAlliances FHIR APIs"/>
<status value="draft"/>
<date value="2020-04-01"/>
<publisher value="healthAlliance"/>
<contact>
<name value="healthAlliance"/>
<telecom>
<system value="email"/>
<value value="mailto:david.hay25@gmail.com"/>
</telecom>
</contact>
<description
value="Currently the subset of API's exposed by healthAlliance are read-only and confined to a small set of resource types."/>
<kind value="instance"/>
<implementation>
<description value="The hA endpoint"/>
<url value="http://healthAlliance.co.nz/fhir"/>
</implementation>
<fhirVersion value="4.0.1"/>
<format value="json"/>
<rest>
<mode value="server"/>
<resource>
<type value="Patient"/>
<supportedProfile value="http://hl7.org.nz/healthalliance/HaPatient"/>
<documentation
value="Each DHB exposes its core demographics infomation via the Patient resource.
"/>
<interaction>
<code value="read"/>
<documentation
value="Used to retrieve a Patient resource by Id. Note that this is ***not*** the same as the NHI identifier (use the identifier search for that)"/>
</interaction>
<interaction>
<code value="search-type"/>
</interaction>
<searchParam>
<name value="identifier"/>
<type value="token"/>
<documentation
value="Use for NHI queries and other queries related to identifiers"/>
</searchParam>
</resource>
</rest>
</CapabilityStatement>