Cancer Pathology Data Sharing
0.1.0 - STU 1 Ballot

This page is part of the Sharing eCC Data from Pathology Labs to EHR (v0.1.0: STU1 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" : "pathology-encounter",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2021-06-22T14:53:00.210+00:00",
    "source" : "#VtC1lWviqpHKWeZL",
    "profile" : [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>identifier</b>: id: 123</p><p><b>status</b>: finished</p><p><b>class</b>: <span title=\"{http://terminology.hl7.org/CodeSystem/v3-ActCode IMP}\">inpatient encounter</span></p><p><b>type</b>: <span title=\"Codes: {http://snomed.info/sct 308335008}\">Patient encounter procedure</span></p><p><b>subject</b>: <a href=\"Patient-JoelAlexPatient.html\">Generated Summary: id: JoelAlexPatient; Jose Rodriguez ; gender: male</a></p><blockquote><p><b>participant</b></p><p><b>individual</b>: <a href=\"Practitioner-oncologist-example.html\">Generated Summary: id: 123456789; Wise Owl </a></p></blockquote><blockquote><p><b>participant</b></p><p><b>individual</b>: <a href=\"Practitioner-pathologist-example.html\">Generated Summary: id: 987654321; Stains Alot </a></p></blockquote></div>"
  },
  "identifier" : [
    {
      "system" : "http://example.com/fhir/encounters",
      "value" : "123"
    }
  ],
  "status" : "finished",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "IMP",
    "display" : "inpatient encounter"
  },
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "308335008"
        }
      ]
    }
  ],
  "subject" : {
    "reference" : "Patient/JoelAlexPatient"
  },
  "participant" : [
    {
      "individual" : {
        "reference" : "Practitioner/oncologist-example"
      }
    },
    {
      "individual" : {
        "reference" : "Practitioner/pathologist-example"
      }
    }
  ]
}