Observation-Nephronophthisis-Example

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

Observation
{
"resourceType": "Observation",
"id": "Observation-Nephronophthisis-Example",
"status": "final",
"code": {
"coding": [
{
"system": "http://human-phenotype-ontology.org",
"version": "20221005",
"code": "HP:0000090",
"display": "Nephronophthisis"
}
]
},
"subject": {
"reference": "Patient/Patient-LindsaySorrell-Example",
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9449307946"
}
},
"effectiveDateTime": "2023-08-05",
"valueBoolean": false
}
<Observation xmlns="http://hl7.org/fhir">
<id value="Observation-Nephronophthisis-Example" />
<status value="final" />
<system value="http://human-phenotype-ontology.org" />
<version value="20221005" />
<code value="HP:0000090" />
<display value="Nephronophthisis" />
</coding>
</code>
<reference value="Patient/Patient-LindsaySorrell-Example" />
<system value="https://fhir.nhs.uk/Id/nhs-number" />
<value value="9449307946" />
</identifier>
</subject>
<effectiveDateTime value="2023-08-05" />
<valueBoolean value="false" />
</Observation>