FHIR IG analytics| Package | hl7.fhir.us.davinci-deqm |
| Resource Type | Observation |
| Id | Observation-observation01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation observation01
Information Source: http://example.org/fhir/server
Profile: QICore Simple Observation
status: Final
category: Exam
code: Discharge medications reconciled with the current medication list in outpatient medical record (COA) (GER)
subject: Jairo Webster (official) Male, DoB: 1946-12-16 ( Medical record number: 12345 (use: usual, ))
effective: 2018-09-29 14:15:04+0000
issued: 2018-09-29 14:15:04+0000
performer: Practitioner Ronald Bone
value: true
{
"resourceType": "Observation",
"id": "observation01",
"meta": {
"source": "http://example.org/fhir/server",
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-simple-observation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "exam",
"display": "Exam"
}
]
}
],
"code": {
"coding": [
{
"system": "http://www.ama-assn.org/go/cpt",
"code": "1111F",
"display": "Discharge medications reconciled with the current medication list in outpatient medical record (COA) (GER)"
}
]
},
"subject": {
"reference": "Patient/patient01"
},
"encounter": {
"reference": "Encounter/encounter01"
},
"effectiveDateTime": "2018-09-29T14:15:04.424Z",
"issued": "2018-09-29T14:15:04.424Z",
"performer": [
{
"reference": "Practitioner/practitioner01"
}
],
"valueBoolean": true
}