STARS Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions
: 10b430b6-1039-4af7-be30-83cdbdb055c6 - JSON Representation
Raw json | Download
{
"resourceType" : "Patient",
"id" : "10b430b6-1039-4af7-be30-83cdbdb055c6",
"meta" : {
"profile" : [
"https://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/StructureDefinition/csiro-stars-patient"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Rex 022-345-333-455-554</b> male, DoB Unknown</p><hr/><table class=\"grid\"><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>genderStatus: <span title=\"Codes: {http://hl7.org/fhir/animal-genderstatus intact}\">Intact</span></li></ul></td></tr></table></div>"
},
"extension" : [
{
"url" : "https://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/StructureDefinition/is-human",
"valueBoolean" : false
},
{
"extension" : [
{
"url" : "species",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/CodeSystem/legacy-species-code-system",
"code" : "2.3.4.1.2",
"display" : "Grey-headed Flying Fox"
}
]
}
},
{
"url" : "genderStatus",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/animal-genderstatus",
"code" : "intact",
"display" : "Intact"
}
]
}
}
],
"url" : "http://hl7.org/fhir/StructureDefinition/patient-animal"
}
],
"name" : [
{
"text" : "Rex 022-345-333-455-554"
}
],
"gender" : "male"
}