FHIR IG analytics| Package | fhir.onc.us-quality-core |
| 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
US Quality Core Not Done Reason: Contraindicated (qualifier value)
status: Cancelled
category: Laboratory
code: Not Done Value Set: Hemoglobin lab test (Not done value set: http://cts.nlm.nih.gov/fhir/2.16.840.1.113762.1.4.1045.131)
effective: 2013-04-02 10:30:10+0100 --> 2013-04-05 10:30:10+0100
issued: 2013-04-03 15:30:10+0100
performer: Hendricks Country Hospital
{
"resourceType": "Observation",
"id": "negation-example",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-notDoneReason",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "410536001",
"display": "Contraindicated (qualifier value)"
}
]
}
}
],
"status": "cancelled",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "laboratory",
"display": "Laboratory"
}
]
}
],
"code": {
"extension": [
{
"url": "http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-notDoneValueSet",
"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"
},
"encounter": {
"reference": "Encounter/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",
"performer": [
{
"reference": "Organization/example1",
"display": "Hendricks Country Hospital"
}
]
}