MediRecords FHIR Implementation Guide
1.4.1 - release


: MR Admissions Emergency Encounter Cancelled Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Encounter",
  "id" : "b71d6415-8d7a-4bd9-89bb-04bd016d2806",
  "meta" : {
    "lastUpdated" : "2021-10-25T01:43:30Z",
    "profile" : [
      🔗 "https://fhir.medirecords.com/StructureDefinition/mr-encounter-admission"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter b71d6415-8d7a-4bd9-89bb-04bd016d2806</b></p><a name=\"b71d6415-8d7a-4bd9-89bb-04bd016d2806\"> </a><a name=\"hcb71d6415-8d7a-4bd9-89bb-04bd016d2806\"> </a><a name=\"b71d6415-8d7a-4bd9-89bb-04bd016d2806-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Last updated: 2021-10-25 01:43:30+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-mr-encounter-admission.html\">MR Encounter Admission</a></p></div><p><b>MR Comment Note Extension</b>: Cancelled emergency admission of a Patient to the ED</p><p><b>Encounter Mode Of Arrival</b>: <a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-v2-0430.html#v2-0430-C\">arrivalMode C</a>: Car</p><p><b>Encounter Reason Cancelled</b>: <span title=\"Codes:\">Created in error</span></p><p><b>identifier</b>: Visit number/EMG-8</p><p><b>status</b>: Cancelled</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-v3-ActCode.html#v3-ActCode-EMER\">ActCode EMER</a>: emergency</p><p><b>priority</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActPriority A}\">3 - Urgent</span></p><p><b>subject</b>: <a href=\"Patient-1e5cae20-85bf-11e8-b401-ffccd711ad9c.html\">Mila Female, DoB: 1990-11-29 ( Medicare Number:\u00a032788511952\u00a0(,\u00a0period:\u00a0(?) --&gt; 2025-02))</a></p><blockquote><p><b>participant</b></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType REF}\">referrer</span></p><p><b>individual</b>: <a href=\"PractitionerRole-b27fc609-efcb-4c43-a296-5908787de413.html\">Dr David Jones</a></p></blockquote><blockquote><p><b>participant</b></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType ATND}\">attender</span></p><p><b>individual</b>: <a href=\"Practitioner-6d6d7ce8-65c2-11e6-a20e-7b5deed40054.html\">John Smith</a></p></blockquote><blockquote><p><b>participant</b></p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 59058001}\">General physician</span></p><p><b>individual</b>: <a href=\"PractitionerRole-b27fc609-efcb-4c43-a296-5908787de413.html\">Dr David Jones</a></p></blockquote><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 300344005}\">Gallbladder enlarged</span></p><h3>Locations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Location</b></td><td><b>PhysicalType</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Location-fecf67b7-3b3e-4c22-b422-38a8436162e5.html\">Red Room Bed 1</a></td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type bd}\">Bed</span></td></tr></table><p><b>serviceProvider</b>: <a href=\"Organization-ade47c8c-9eed-11ea-a6fa-3f7e286deed9.html\">Practice FHIR</a></p></div>"
  },
  "extension" : [
    {
      "url" : "https://fhir.medirecords.com/StructureDefinition/mr-comment-note-ext",
      "valueString" : "Cancelled emergency admission of a Patient to the ED"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/encounter-modeOfArrival",
      "valueCoding" : {
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0430",
        "code" : "C",
        "display" : "Car"
      }
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/encounter-reasonCancelled",
      "valueCodeableConcept" : {
        "text" : "Created in error"
      }
    }
  ],
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "VN",
            "display" : "Visit number"
          }
        ]
      },
      "system" : "urn:uuid:cea0fb1b-1719-4777-83d4-7d59461b54d2",
      "value" : "EMG-8"
    }
  ],
  "status" : "cancelled",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "EMER",
    "display" : "emergency"
  },
  "priority" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActPriority",
        "code" : "A"
      }
    ],
    "text" : "3 - Urgent"
  },
  "subject" : {
    🔗 "reference" : "Patient/1e5cae20-85bf-11e8-b401-ffccd711ad9c"
  },
  "participant" : [
    {
      "type" : [
        {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code" : "REF",
              "display" : "referrer"
            }
          ]
        }
      ],
      "individual" : {
        🔗 "reference" : "PractitionerRole/b27fc609-efcb-4c43-a296-5908787de413",
        "display" : "Dr David Jones"
      }
    },
    {
      "type" : [
        {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code" : "ATND",
              "display" : "attender"
            }
          ]
        }
      ],
      "individual" : {
        🔗 "reference" : "Practitioner/6d6d7ce8-65c2-11e6-a20e-7b5deed40054",
        "display" : "John Smith"
      }
    },
    {
      "type" : [
        {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "59058001",
              "display" : "General physician"
            }
          ]
        }
      ],
      "individual" : {
        🔗 "reference" : "PractitionerRole/b27fc609-efcb-4c43-a296-5908787de413",
        "display" : "Dr David Jones"
      }
    }
  ],
  "reasonCode" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "300344005",
          "display" : "Gallbladder enlarged"
        }
      ],
      "text" : "Gallbladder enlarged"
    }
  ],
  "location" : [
    {
      "location" : {
        🔗 "reference" : "Location/fecf67b7-3b3e-4c22-b422-38a8436162e5",
        "display" : "Red Room Bed 1"
      },
      "physicalType" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type",
            "code" : "bd",
            "display" : "Bed"
          }
        ]
      }
    }
  ],
  "serviceProvider" : {
    🔗 "reference" : "Organization/ade47c8c-9eed-11ea-a6fa-3f7e286deed9",
    "display" : "Practice FHIR"
  }
}