FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.davinci-deqm
Resource TypeObservation
IdObservation-observation03.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Observation observation03

status: Final

category: Exam

code: Discharge medications reconciled with the current medication list in outpatient medical record (COA) (GER)

subject: Virginia Hartman (official) Female, DoB: 1983-09-12 ( Medical record number: 34567 (use: usual, ))

encounter: Encounter: status = finished; class = inpatient encounter (ActCode#IMP); type = Respiratory therapy; period = 2018-05-29 11:00:00-0400 --> 2018-05-29 11:00:00-0400

effective: 2018-09-30 14:15:04+0000

issued: 2018-09-30 14:15:04+0000

performer: Practitioner Emile Zieme(official)

value: true


Source1

{
  "resourceType": "Observation",
  "id": "observation03",
  "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/patient03"
  },
  "encounter": {
    "reference": "Encounter/encounter03"
  },
  "effectiveDateTime": "2018-09-30T14:15:04.424Z",
  "issued": "2018-09-30T14:15:04.424Z",
  "performer": [
    {
      "reference": "Practitioner/practitioner02"
    }
  ],
  "valueBoolean": true
}