FHIR IG analytics| Package | hl7.fhir.us.birthdefectreporting |
| Resource Type | Observation |
| Id | Observation-ObservationInterpretationExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation ObservationInterpretationExample
status: Final
category: Laboratory
code: Pathology report final diagnosis Narrative
subject: Gene Austin Wellington (official) Male, DoB: 2020-04-28 ( Medical record number)
effective: 2024-07-06 11:45:33+0000
value: Deletion of the long arm of chromosome 5.
{
"resourceType": "Observation",
"id": "ObservationInterpretationExample",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "laboratory",
"display": "Laboratory"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "22637-3",
"display": "Pathology report final diagnosis Narrative"
}
]
},
"subject": {
"reference": "Patient/PatientChildExample"
},
"effectiveDateTime": "2024-07-06T11:45:33Z",
"valueString": "Deletion of the long arm of chromosome 5."
}