US Behavioral Health Profiles Implementation Guide
0.1.0 - CI Build United States of America flag

US Behavioral Health Profiles Implementation Guide, published by . This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/us-behavioral-health-profiles/ and changes regularly. See the Directory of published versions

: ed-encounter-example - JSON Representation

Raw json | Download


{
  "resourceType" : "Encounter",
  "id" : "ed-encounter-example-1",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter ed-encounter-example-1</b></p><a name=\"ed-encounter-example-1\"> </a><a name=\"hced-encounter-example-1\"> </a><a name=\"ed-encounter-example-1-en-US\"> </a><p><b>identifier</b>: <code>urn:oid:2.16.840.1.113883.19.5.1.698.8</code>/10005104251\u00a0(use:\u00a0usual,\u00a0)</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-v3-ActCode.html#v3-ActCode-EMER\">ActCode</a> EMER: emergency</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 50849002}\">Emergency room</span></p><p><b>subject</b>: <a href=\"Patient-bh-patient-example.html\">James Wolff</a></p><p><b>period</b>: 2024-02-01 16:02:00-0500 --&gt; 2024-02-01 22:00:00-0500</p><p><b>reasonCode</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10-cm R07.9}\">Angina</span>, <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10-cm R61}\">Sweating</span>, <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10-cm R00.2}\">Palpitations</span></p><blockquote><p><b>diagnosis</b></p><p><b>condition</b>: <a href=\"Condition-panic-attack-condition-example-1.html\">Panic Attack</a></p><p><b>rank</b>: 1</p></blockquote><blockquote><p><b>diagnosis</b></p><p><b>condition</b>: <a href=\"Condition-chest-pain-condition-example-1.html\">Chest Pain</a></p><p><b>rank</b>: 2</p></blockquote><blockquote><p><b>diagnosis</b></p><p><b>condition</b>: <a href=\"Condition-diabetes-condition-example-1.html\">Diabetes (II)</a></p><p><b>rank</b>: 3</p></blockquote><h3>Locations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Location</b></td><td><b>PhysicalType</b></td><td><b>Period</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Location-ed-location-example-1.html\">Emergency Dept.</a></td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type wa}\">Ward</span></td><td>2024-02-01 16:02:00-0500 --&gt; 2024-02-01 22:02:00-0500</td></tr></table><p><b>partOf</b>: <a href=\"Encounter-discharge-encounter-example-3.html\">Encounter: identifier = urn:oid:2.16.840.1.113883.19.5.1.698.8#40005104253\u00a0(use:\u00a0usual,\u00a0); status = finished; class = observation encounter (ActCode#OBSENC); type = Admission to observation unit (procedure); period = 2024-02-01 16:02:00-0500 --&gt; 2024-02-02 12:00:00-0500</a></p></div>"
  },
  "identifier" : [
    //  ED Encounter 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"
    }
  }
}