Observation-AutisticBehaviour-Example

Example of an Observation indicating the presence/absence of a HPO term.

Observation
{
"resourceType": "Observation",
"id": "Observation-AutisticBehaviour-Example",
"status": "final",
"code": {
"coding": [
{
"system": "http://human-phenotype-ontology.org",
"version": "20221005",
"code": "HP:0000729",
"display": "Autistic behaviour"
}
]
},
"subject": {
"reference": "Patient/Patient-PheobeSmitham-Example",
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9449307539"
}
},
"effectiveDateTime": "2023-09-15T15:00:00Z",
"valueBoolean": true
}
<Observation xmlns="http://hl7.org/fhir">
<id value="Observation-AutisticBehaviour-Example" />
<status value="final" />
<system value="http://human-phenotype-ontology.org" />
<version value="20221005" />
<code value="HP:0000729" />
<display value="Autistic behaviour" />
</coding>
</code>
<reference value="Patient/Patient-PheobeSmitham-Example" />
<system value="https://fhir.nhs.uk/Id/nhs-number" />
<value value="9449307539" />
</identifier>
</subject>
<effectiveDateTime value="2023-09-15T15:00:00Z" />
<valueBoolean value="true" />
</Observation>