XML View
<Procedure xmlns="http://hl7.org/fhir">
<id value="UKCore-Procedure-ExaminationOfSkin-Example" />
<text>
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<status value="completed" />
<code>
<coding>
<system value="http://snomed.info/sct" />
<code value="128004" />
<display value="Hand microscope examination of skin" />
</coding>
</code>
<subject>
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</subject>
<performedDateTime value="2019-12-10T13:00:00+00:00" />
</Procedure>
JSON View
{
"resourceType": "Procedure",
"id": "UKCore-Procedure-ExaminationOfSkin-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
"status": "completed",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "128004",
"display": "Hand microscope examination of skin"
}
]
},
"subject": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
},
"performedDateTime": "2019-12-10T13:00:00+00:00"
}