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

FHIR IG analytics

Packagefhir.astp.bhp
Resource TypeEncounter
IdEncounter-obs-encounter-example-2.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 obs-encounter-example-2

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

status: Finished

class: ActCode OBSENC: observation encounter

type: Observation bed

subject: James Wolff

period: 2024-02-01 22:02:00-0500 --> 2024-02-02 12:00:00-0500

Diagnoses

-Condition
*Panic Attack

Locations

-LocationPhysicalTypePeriod
*Hospital bed - OBSERVATIONWard2024-02-01 16:02:00-0500 --> 2024-02-01 22:00:00-0500

partOf: Encounter: identifier = urn:oid:2.16.840.1.113883.19.5.1.698.8#40005104253 (use: usual, ); status = finished; class = observation encounter (ActCode#OBSENC); type = Admission to observation unit (procedure); period = 2024-02-01 16:02:00-0500 --> 2024-02-02 12:00:00-0500


Source1

{
  "resourceType": "Encounter",
  "id": "obs-encounter-example-2",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter|6.1.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "usual",
      "system": "urn:oid:2.16.840.1.113883.19.5.1.698.8",
      "value": "20005104252"
    }
  ],
  "status": "finished",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "OBSENC",
    "display": "observation encounter"
  },
  "type": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "448951000124107",
          "display": "Admission to observation unit (procedure)"
        }
      ],
      "text": "Observation bed"
    }
  ],
  "subject": {
    "reference": "Patient/bh-patient-example",
    "display": "James Wolff"
  },
  "period": {
    "start": "2024-02-01T22:02:00-05:00",
    "end": "2024-02-02T12:00:00-05:00"
  },
  "diagnosis": [
    {
      "condition": {
        "reference": "Condition/panic-attack-condition-example-1",
        "display": "Panic Attack"
      }
    }
  ],
  "location": [
    {
      "location": {
        "reference": "Location/obs-location-example-1",
        "display": "Hospital bed - OBSERVATION"
      },
      "physicalType": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
            "code": "wa",
            "display": "Ward"
          }
        ]
      },
      "period": {
        "start": "2024-02-01T16:02:00-05:00",
        "end": "2024-02-01T22:00:00-05:00"
      }
    }
  ],
  "partOf": {
    "reference": "Encounter/discharge-encounter-example-3",
    "identifier": {
      "use": "usual",
      "system": "urn:oid:2.16.840.1.113883.19.5.1.698.8",
      "value": "40005104253"
    }
  }
}