Please note:
- This version of the UK Core is a development copy.
- This contains BREAKING CHANGES as a result of the C&TA Sprint 7 Review, and STU2 Sequence ballot reconciliation.
- This version is not yet reviewed for implementation. Other versions are available on the UK Core Version History Guide
- Please follow the guidance on the Contact Us page if you need any assistance.
- A summary of changes is available on the STU3 Sequence Change Log
UKCore-Extension-CodingSCT-Myocardial-Example
Table View
Condition.id[0] | UKCore-Extension-CodingSCT-Myocardial-Example |
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 |
id : UKCore-Extension-CodingSCT-Myocardial-Example |
code |
coding |
extension |
url : http://hl7.org/fhir/StructureDefinition/coding-sctdescid |
value : 37436014 |
system : http://snomed.info/sct |
code : 22298006 |
display : Myocardial infarction |
userSelected : True |
subject |
reference : Patient/UKCore-Patient-RichardSmith-Example |
XML View
<Condition xmlns="http://hl7.org/fhir"> <id value="UKCore-Extension-CodingSCT-Myocardial-Example" /> <!-- **************Snippet start************** --> <code> <coding> <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************** --> <subject> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> </subject> </Condition>
JSON View
{ "resourceType": "Condition", "id": "UKCore-Extension-CodingSCT-Myocardial-Example", "code": { "coding": [ { "extension": [ { "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" } }