XML View
<Observation xmlns="http://hl7.org/fhir">
<id value="UKCore-Observation-AwarenessOfDiagnosis-Example" />
<text>
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<status value="final" />
<code>
<coding>
<system value="http://snomed.info/sct" />
<code value="162564003" />
<display value="Awareness of diagnosis" />
</coding>
</code>
<subject>
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</subject>
<effectiveInstant value="2019-12-10T13:00:00+00:00" />
</Observation>
JSON View
{
"resourceType": "Observation",
"id": "UKCore-Observation-AwarenessOfDiagnosis-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
"status": "final",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "162564003",
"display": "Awareness of diagnosis"
}
]
},
"subject": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
},
"effectiveInstant": "2019-12-10T13:00:00+00:00"
}