FHIRcast logo

FHIRcast
3.0.0-ballot - STU 3 Ballot International flag

FHIRcast, published by HL7 International / Infrastructure And Messaging. This guide is not an authorized publication; it is the continuous build for version 3.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhircast-docs/ and changes regularly. See the Directory of published versions

: FHIRcastEncounterClose-Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Encounter",
  "id" : "8cc652ba-770e-4ae1-b688-6e8e7c737438-close",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/uv/fhircast/StructureDefinition/fhircast-encounter-close"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Encounter</b><a name=\"8cc652ba-770e-4ae1-b688-6e8e7c737438-close\"> </a><a name=\"hc8cc652ba-770e-4ae1-b688-6e8e7c737438-close\"> </a></p><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\">ResourceEncounter &quot;8cc652ba-770e-4ae1-b688-6e8e7c737438-close&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-fhircast-encounter-close.html\">FHIRcast Encounter for Close Events</a></p></div><p><b>identifier</b>: <code>http://myhealthcare.com/visits</code>/r2r22345\u00a0(use:\u00a0official)</p><p><b>status</b>: unknown</p><p><b>class</b>: ambulatory (Details: ActCode code AMB = 'ambulatory', stated as 'null')</p><p><b>subject</b>: <a href=\"Patient-503824b8-fe8c-4227-b061-7181ba6c3926-close.html\">Patient/503824b8-fe8c-4227-b061-7181ba6c3926-close</a></p></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "http://myhealthcare.com/visits",
      "value" : "r2r22345"
    }
  ],
  "status" : "unknown",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "AMB"
  },
  "subject" : {
    🔗 "reference" : "Patient/503824b8-fe8c-4227-b061-7181ba6c3926-close"
  }
}