XML View
<Condition xmlns="http://hl7.org/fhir">
<id value="UKCore-Extension-ConditionEpisode-Example" />
<text>
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ConditionEpisode">
<valueCode value="new" />
<valueCodeableConcept>
<coding>
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ConditionEpisodicity" />
<code value="new" />
<display value="New" />
</coding>
</valueCodeableConcept>
</extension>
<subject>
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</subject>
</Condition>
JSON View
{
"resourceType": "Condition",
"id": "UKCore-Extension-ConditionEpisode-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
"extension": [
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ConditionEpisode",
"valueCodeableConcept": {
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-ConditionEpisodicity",
"code": "new",
"display": "New"
}
]
}
}
],
"subject": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
}
}