Notice
- Important: This guidance is under active development by NHS England and content may be added or updated on a regular basis.
- This Implementation Guide is currently in Draft and SHOULD NOT be used for development or active implementation without express direction from the NHS England Genomics Unit.
Condition-Hepatosplenomegaly-Example
Example of a Condition resource, establishing Hepatosplenomegaly.
Condition |
id : Condition-Hepatosplenomegaly-Example |
clinicalStatus |
coding |
system : http://terminology.hl7.org/CodeSystem/condition-clinical |
code : active |
display : Active |
code |
coding |
system : http://snomed.info/sct |
code : 36760000 |
display : Hepatosplenomegaly |
subject |
identifier |
system : https://fhir.nhs.uk/Id/nhs-number |
value : 9449307873 |
recordedDate : 2023-09-03 |
{ "resourceType": "Condition", "id": "Condition-Hepatosplenomegaly-Example", "clinicalStatus": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/condition-clinical", "code": "active", "display": "Active" } ] }, "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "36760000", "display": "Hepatosplenomegaly" } ] }, "subject": { "identifier": { "system": "https://fhir.nhs.uk/Id/nhs-number", "value": "9449307873" } }, "recordedDate": "2023-09-03" }
<Condition xmlns="http://hl7.org/fhir"> <id value="Condition-Hepatosplenomegaly-Example" /> <clinicalStatus> <coding> <system value="http://terminology.hl7.org/CodeSystem/condition-clinical" /> <code value="active" /> <display value="Active" /> </coding> </clinicalStatus> <code> <coding> <system value="http://snomed.info/sct" /> <code value="36760000" /> <display value="Hepatosplenomegaly" /> </coding> </code> <subject> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="9449307873" /> </identifier> </subject> <recordedDate value="2023-09-03" /> </Condition>