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

FHIR IG analytics

Packagehl7.fhir.us.birthdefectreporting
Resource TypeEncounter
IdEncounter-EncounterDeliveryExample.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: Encounter EncounterDeliveryExample

identifier: http://xyzhospital.smarthealthit.org/9937012

status: Finished

class: ActCode IMP: inpatient encounter

type: Normal delivery procedure (procedure)

subject: Mother patient

period: 2019-02-12 13:00:00-0700 --> 2019-02-15 10:00:00-0700

Hospitalizations

-AdmitSource
*Any Admission

serviceProvider: Location - hospital submitter


Source1

{
  "resourceType": "Encounter",
  "id": "EncounterDeliveryExample",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://xyzhospital.smarthealthit.org",
      "value": "9937012"
    }
  ],
  "status": "finished",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "IMP",
    "display": "inpatient encounter"
  },
  "type": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "177184002"
        }
      ],
      "text": "Normal delivery procedure (procedure)"
    }
  ],
  "subject": {
    "reference": "Patient/MotherPatientExample",
    "display": "Mother patient"
  },
  "period": {
    "start": "2019-02-12T13:00:00-07:00",
    "end": "2019-02-15T10:00:00-07:00"
  },
  "hospitalization": {
    "admitSource": {
      "coding": [
        {
          "system": "http://hl7.org/fhir/us/birthdefectreporting/CodeSystem/CodeSystem-local-bdr-codes",
          "code": "status_admit_any",
          "display": "Any Admission"
        }
      ]
    }
  },
  "serviceProvider": {
    "reference": "Organization/HospitalSubmitterExample",
    "display": "Location - hospital submitter"
  }
}