HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm
2.1.1 - STU 2.1.1 United States of America flag

HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 2.1.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/case-reporting/ and changes regularly. See the Directory of published versions

: US PH Encounter Example: encounter-eicr-eve-everywoman-external-historical - JSON Representation

Raw json | Download


{
  "resourceType" : "Encounter",
  "id" : "encounter-eicr-eve-everywoman-external-historical",
  "meta" : {
    "versionId" : "7",
    "lastUpdated" : "2021-07-19T03:03:55.883+00:00",
    "source" : "#GnybFukOgnnqVxml",
    "profile" : [
      🔗 "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-encounter"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Encounter</b><a name=\"encounter-eicr-eve-everywoman-external-historical\"> </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\">Resource Encounter &quot;encounter-eicr-eve-everywoman-external-historical&quot; Version &quot;7&quot; Updated &quot;2021-07-19 03:03:55+0000&quot; </p><p style=\"margin-bottom: 0px\">Information Source: #GnybFukOgnnqVxml!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-us-ph-encounter.html\">US Public Health Encounter</a></p></div><p><b>identifier</b>: id:\u00a09937012</p><p><b>status</b>: finished</p><p><b>class</b>: External Historical Encounter (Details: urn:oid:2.16.840.1.114222.4.5.274 code PHC2237 = 'PHC2237', stated as 'External Historical Encounter')</p><p><b>type</b>:  <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>subject</b>: <a href=\"Patient-patient-ecr-eve-everywoman.html\">Patient/patient-ecr-eve-everywoman: Eve Everywoman</a> &quot;&quot;</p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Individual</b></td></tr><tr><td style=\"display: none\">*</td><td>attender <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-ParticipationType.html\">ParticipationType</a>#ATND)</span></td><td><a href=\"PractitionerRole-practitionerrole-henry-seven.html\">PractitionerRole/practitionerrole-henry-seven: Henry Seven, MD</a></td></tr></table><h3>Locations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Location</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Location-location-ecr-salem-medical-center.html\">Location/location-ecr-salem-medical-center: Clinic Bldg A, Salem Medical Center, 4646 Brown Rd, Salem, MA 02368</a> &quot;Clinic Bldg A, Salem Medical Center&quot;</td></tr></table><p><b>serviceProvider</b>: <a href=\"Organization-organization-ecr-salem-medical-center.html\">Organization/organization-ecr-salem-medical-center: Salem Medical Center, 22222 Health Authority Drive, Ann Arbor MI, 99999</a> &quot;Salem Medical Center&quot;</p></div>"
  },
  "identifier" : [
    {
      "system" : "http://hospital.smarthealthit.org",
      "value" : "9937012"
    }
  ],
  "status" : "finished",
  "class" : {
    "system" : "urn:oid:2.16.840.1.114222.4.5.274",
    "code" : "PHC2237",
    "display" : "External Historical Encounter"
  },
  "type" : [
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
          "valueCode" : "not-applicable"
        }
      ]
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/patient-ecr-eve-everywoman",
    "display" : "Eve Everywoman"
  },
  "participant" : [
    {
      "type" : [
        {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code" : "ATND",
              "display" : "attender"
            }
          ]
        }
      ],
      "individual" : {
        🔗 "reference" : "PractitionerRole/practitionerrole-henry-seven",
        "display" : "Henry Seven, MD"
      }
    }
  ],
  "location" : [
    {
      "location" : {
        🔗 "reference" : "Location/location-ecr-salem-medical-center",
        "display" : "Clinic Bldg A, Salem Medical Center, 4646 Brown Rd, Salem, MA 02368"
      }
    }
  ],
  "serviceProvider" : {
    🔗 "reference" : "Organization/organization-ecr-salem-medical-center",
    "display" : "Salem Medical Center, 22222 Health Authority Drive, Ann Arbor MI, 99999"
  }
}