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

FHIR IG analytics

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

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

status: Finished

class: ActCode EMER: emergency

type: Emergency room

subject: James Wolff

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

reasonCode: Angina, Sweating, Palpitations

diagnosis

condition: Panic Attack

rank: 1

diagnosis

condition: Chest Pain

rank: 2

diagnosis

condition: Diabetes (II)

rank: 3

Locations

-LocationPhysicalTypePeriod
*Emergency Dept.Ward2024-02-01 16:02:00-0500 --> 2024-02-01 22:02: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": "ed-encounter-example-1",
  "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": "10005104251"
    }
  ],
  "status": "finished",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "EMER",
    "display": "emergency"
  },
  "type": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "50849002",
          "display": "Emergency room admission (procedure)"
        }
      ],
      "text": "Emergency room"
    }
  ],
  "subject": {
    "reference": "Patient/bh-patient-example",
    "display": "James Wolff"
  },
  "period": {
    "start": "2024-02-01T16:02:00-05:00",
    "end": "2024-02-01T22:00:00-05:00"
  },
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/sid/icd-10-cm",
          "code": "R07.9",
          "display": "Chest pain, unspecified"
        }
      ],
      "text": "Angina"
    },
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/sid/icd-10-cm",
          "code": "R61",
          "display": "Generalized hyperhidrosis"
        }
      ],
      "text": "Sweating"
    },
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/sid/icd-10-cm",
          "code": "R00.2",
          "display": "Palpitations"
        }
      ],
      "text": "Palpitations"
    }
  ],
  "diagnosis": [
    {
      "condition": {
        "reference": "Condition/panic-attack-condition-example-1",
        "display": "Panic Attack"
      },
      "rank": 1
    },
    {
      "condition": {
        "reference": "Condition/chest-pain-condition-example-1",
        "display": "Chest Pain"
      },
      "rank": 2
    },
    {
      "condition": {
        "reference": "Condition/diabetes-condition-example-1",
        "display": "Diabetes (II)"
      },
      "rank": 3
    }
  ],
  "location": [
    {
      "location": {
        "reference": "Location/ed-location-example-1",
        "display": "Emergency Dept."
      },
      "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:02: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"
    }
  }
}