FHIR IG analytics| Package | hl7.fhir.uv.cql |
| Resource Type | Observation |
| Id | Observation-negation-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation negation-example
Language: en
status: Cancelled
category: Laboratory
code: Not Done Value Set: Hemoglobin lab test (value set: http://cts.nlm.nih.gov/fhir/2.16.840.1.113762.1.4.1045.131)
subject: Alana Asdf (no stated gender), DoB: 1993-06-14
effective: 2013-04-02 10:30:10+0100 --> 2013-04-05 10:30:10+0100
issued: 2013-04-03 15:30:10+0100
{
"resourceType": "Observation",
"id": "negation-example",
"language": "en",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"status": "cancelled",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "laboratory",
"display": "Laboratory"
}
]
}
],
"code": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/codeOptions",
"valueCanonical": "http://cts.nlm.nih.gov/fhir/2.16.840.1.113762.1.4.1045.131"
}
],
"text": "Not Done Value Set: Hemoglobin lab test"
},
"subject": {
"reference": "Patient/example"
},
"effectivePeriod": {
"start": "2013-04-02T10:30:10+01:00",
"end": "2013-04-05T10:30:10+01:00"
},
"issued": "2013-04-03T15:30:10+01:00"
}