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

FHIR IG analytics

Packagegov.cdc.nhsn.dqm
Resource TypeEncounter
IdEncounter-encounter-example-ach-daily-negativepcr-1.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 encounter-example-ach-daily-negativepcr-1

identifier: urn:oid:2.16.840.1.113883.19.5.1.698.8/123456789986 (use: usual, )

status: Finished

class: ActCode OBSENC: Observation Encounter (version = 9.0.0 )

type: Hospital admission (procedure)

subject: ACHDaily, NegativePCR

period: 2024-01-01 08:00:00+0000 --> 2024-01-02 06:00:00+0000

reasonCode: Shortness of breath

Hospitalizations

-AdmitSource
*observation unit

location

location: EMERGENCY - PAVILION

period: 2022-08-11 18:52:00+0000 --> 2022-08-17 16:09:00+0000

location

location: Health Hospital Location

period: 2022-08-17 16:09:00+0000 --> 2022-08-22 19:01:00+0000


Source1

{
  "resourceType": "Encounter",
  "id": "encounter-example-ach-daily-negativepcr-1",
  "meta": {
    "profile": [
      "http://www.cdc.gov/nhsn/fhirportal/dqm/ig/StructureDefinition/ach-daily-encounter"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "usual",
      "system": "urn:oid:2.16.840.1.113883.19.5.1.698.8",
      "value": "123456789986"
    }
  ],
  "status": "finished",
  "_status": {
    "extension": [
      {
        "url": "http://www.cdc.gov/nhsn/fhirportal/dqm/ig/StructureDefinition/link-original-element-value-extension",
        "valueString": "TRIAGED"
      }
    ]
  },
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "version": "9.0.0",
    "code": "OBSENC",
    "display": "Observation Encounter"
  },
  "type": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "32485007",
          "display": "Hospital admission (procedure)"
        }
      ],
      "text": "Hospital admission (procedure)"
    }
  ],
  "subject": {
    "reference": "Patient/patient-example-ach-daily-negativepcr",
    "display": "ACHDaily, NegativePCR"
  },
  "period": {
    "start": "2024-01-01T08:00:00Z",
    "end": "2024-01-02T06:00:00Z"
  },
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "267036007",
          "display": "shortness of breath"
        }
      ],
      "text": "Shortness of breath"
    }
  ],
  "hospitalization": {
    "admitSource": {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/admit-source",
          "code": "outp",
          "display": "From outpatient department"
        }
      ],
      "text": "observation unit"
    }
  },
  "location": [
    {
      "location": {
        "reference": "Location/location-example-ach-daily-emergency",
        "display": "EMERGENCY - PAVILION"
      },
      "period": {
        "start": "2022-08-11T18:52:00Z",
        "end": "2022-08-17T16:09:00Z"
      }
    },
    {
      "location": {
        "reference": "Location/location-example-ach-daily-hospital",
        "display": "Health Hospital Location"
      },
      "period": {
        "start": "2022-08-17T16:09:00Z",
        "end": "2022-08-22T19:01:00Z"
      }
    }
  ]
}