STARS Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions
: Shorty - XML Representation
Raw xml | Download
<Patient xmlns="http://hl7.org/fhir">
<id value="Shorty"/>
<meta>
<profile
value="https://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/StructureDefinition/csiro-stars-patient"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;"><b>Horse1</b> (no stated gender), DoB Unknown ( Accession ID: P21-00344-0001 Horse1)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Other Ids (see the one above)">Other Id:</td><td colspan="3">Microchip Number: 345 222 666 306</td></tr><tr><td style="background-color: #f3f5da" title="Status of a speciemen is human or not"><a href="StructureDefinition-is-human.html">Is Human:</a></td><td colspan="3"><ul><li>false</li></ul></td></tr><tr><td style="background-color: #f3f5da" title="This patient is known to be an animal.">animal:</td><td colspan="3"><ul><li>species: <span title="Codes: {https://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/CodeSystem/legacy-species-code-system 2.3.4.1.2}">Grey-headed Flying Fox</span></li><li>breed: <span title="Codes: {http://snomed.info/sct 90580008}">Fish</span></li><li>genderStatus: <span title="Codes: {http://hl7.org/fhir/animal-genderstatus intact}">Intact</span></li></ul></td></tr></table></div>
</text>
<extension
url="https://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/StructureDefinition/is-human">
<valueBoolean value="false"/>
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/patient-animal">
<extension url="species">
<valueCodeableConcept>
<coding>
<system
value="https://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/CodeSystem/legacy-species-code-system"/>
<code value="2.3.4.1.2"/>
<display value="Grey-headed Flying Fox"/>
</coding>
</valueCodeableConcept>
</extension>
<extension url="breed">
<valueCodeableConcept>
<coding>
<system value="http://snomed.info/sct"/>
<code value="90580008"/>
<display value="Fish"/>
</coding>
</valueCodeableConcept>
</extension>
<extension url="genderStatus">
<valueCodeableConcept>
<coding>
<system value="http://hl7.org/fhir/animal-genderstatus"/>
<code value="intact"/>
<display value="Intact"/>
</coding>
</valueCodeableConcept>
</extension>
</extension>
<identifier>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<code value="ACSN"/>
</coding>
</type>
<value value="P21-00344-0001 Horse1"/>
</identifier>
<identifier>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<code value="MCN"/>
</coding>
</type>
<value value="345 222 666 306"/>
</identifier>
<name>
<text value="Horse1"/>
</name>
</Patient>