Notice
- Important: This guidance is under active development by NHS England and content may be added or updated on a regular basis.
- This Implementation Guide is currently in Draft and SHOULD NOT be used for development or active implementation without express direction from the NHS England Genomics Unit.
Observation-HepaticCysts-Example
Example of an Observation indicating the presence/absence of a HPO term.
Observation |
id : Observation-HepaticCysts-Example |
status : final |
code |
coding |
system : http://human-phenotype-ontology.org |
version : 20221005 |
code : HP:0001407 |
display : Hepatic cysts |
subject |
reference : Patient/Patient-LindsaySorrell-Example |
identifier |
system : https://fhir.nhs.uk/Id/nhs-number |
value : 9449307946 |
effective : 2023-08-05 |
value : False |
{ "resourceType": "Observation", "id": "Observation-HepaticCysts-Example", "status": "final", "code": { "coding": [ { "system": "http://human-phenotype-ontology.org", "version": "20221005", "code": "HP:0001407", "display": "Hepatic cysts" } ] }, "subject": { "reference": "Patient/Patient-LindsaySorrell-Example", "identifier": { "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-HepaticCysts-Example" /> <status value="final" /> <code> <coding> <system value="http://human-phenotype-ontology.org" /> <version value="20221005" /> <code value="HP:0001407" /> <display value="Hepatic cysts" /> </coding> </code> <subject> <reference value="Patient/Patient-LindsaySorrell-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="9449307946" /> </identifier> </subject> <effectiveDateTime value="2023-08-05" /> <valueBoolean value="false" /> </Observation>