Central Cancer Registry Reporting Content IG
0.1.0 - STU 1 Ballot

This page is part of the Making EHR Data MOre available for Research and Public Health (MedMorph) Central Cancer Registry Reporting Content IG (v0.1.0: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: Encounter - Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Encounter",
  "id" : "encounter-eve-everywoman-external-encounter",
  "meta" : {
    "versionId" : "4",
    "lastUpdated" : "2021-07-19T03:02:05.801+00:00",
    "source" : "#YUwy5zH7WyiblJ5p",
    "profile" : [
      "http://hl7.org/fhir/us/central-cancer-registry-reporting/StructureDefinition/us-ph-encounter"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Encounter Example</b></p>"
  },
  "identifier" : [
    {
      "system" : "http://hospital.smarthealthit.org",
      "value" : "9937012"
    }
  ],
  "status" : "finished",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "AMB",
    "display" : "ambulatory"
  },
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "308335008",
          "display" : "Patient encounter procedure"
        }
      ]
    }
  ],
  "subject" : {
    "reference" : "Patient/patient-eve-everywoman",
    "display" : "Eve Everywoman"
  }
}