Extension-UKCore-CodingSCT-Myocardial-Example

This FHIR Condition resource records that the patient has had a myocardial infarction (heart attack), using the SNOMED code 22298006 with user-selected terminology.

Table View

Condition.id[0]Extension-UKCore-CodingSCT-Myocardial-Example
Condition.text[0].status[0]additional
Condition.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">This FHIR Condition resource records that the patient has had a myocardial infarction (heart attack), using the SNOMED code 22298006 with user-selected terminology.</div>
Condition.code[0].coding[0].extension[0].url[0]http://hl7.org/fhir/StructureDefinition/coding-sctdescid
Condition.code[0].coding[0].extension[0].value[0]37436014
Condition.code[0].coding[0].system[0]http://snomed.info/sct
Condition.code[0].coding[0].code[0]22298006
Condition.code[0].coding[0].display[0]Myocardial infarction
Condition.code[0].coding[0].userSelected[0]True
Condition.subject[0].reference[0]Patient/UKCore-Patient-RichardSmith-Example

Tree View

Condition

XML View

<Condition xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-CodingSCT-Myocardial-Example" />
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<!-- **************Snippet start************** -->
<extension url="http://hl7.org/fhir/StructureDefinition/coding-sctdescid">
<valueId value="37436014" />
</extension>
<system value="http://snomed.info/sct" />
<code value="22298006" />
<display value="Myocardial infarction" />
<userSelected value="true" />
</coding>
</code>
<!-- **************Snippet end************** -->
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</subject>
</Condition>

JSON View

{
"resourceType": "Condition",
"id": "Extension-UKCore-CodingSCT-Myocardial-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
"code": {
"coding": [
{
{
"url": "http://hl7.org/fhir/StructureDefinition/coding-sctdescid",
"valueId": "37436014"
}
],
"system": "http://snomed.info/sct",
"code": "22298006",
"display": "Myocardial infarction",
"userSelected": true
}
]
},
"subject": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
}
}

Feedback

Click here to: