Cancer Pathology Data Sharing
2.0.0 - STU 2 United States of America flag

Cancer Pathology Data Sharing, published by HL7 International / Orders and Observations. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/cancer-reporting/ and changes regularly. See the Directory of published versions

: US Pathology Encounter Specimen Collection example - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Encounter",
  "id" : "encounter-uspath-specimen-collection",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter|6.1.0"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter encounter-uspath-specimen-collection</b></p><a name=\"encounter-uspath-specimen-collection\"> </a><a name=\"hcencounter-uspath-specimen-collection\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU6.1/StructureDefinition-us-core-encounter.html\">US Core Encounter Profileversion: null6.1.0)</a></p></div><p><b>identifier</b>: <code>http://example.com/fhir/encounters</code>/123</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-v3-ActCode.html#v3-ActCode-IMP\">ActCode IMP</a>: inpatient encounter (version = 9.0.0 )</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 726007}\">Pathology consultation, comprehensive, records and specimen with report</span></p><p><b>subject</b>: <a href=\"Patient-patient-OakleyAnnie.html\">Annie Oakley  Female, DoB: 1990-06-01 ( MRN:\u00a0AlaskaDLN#abc123\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>basedOn</b>: <a href=\"ServiceRequest-servicerequest-cancer-path.html\">ServiceRequest Surgical pathology study</a></p><blockquote><p><b>participant</b></p><p><b>individual</b>: <a href=\"Practitioner-practitioner-oncologist.html\">Practitioner Wise Owl </a></p></blockquote><blockquote><p><b>participant</b></p><p><b>individual</b>: <a href=\"Practitioner-practitioner-pathologist.html\">Practitioner 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",
    "version" : "9.0.0",
    "code" : "IMP",
    "display" : "inpatient encounter"
  },
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "726007",
          "display" : "Pathology consultation, comprehensive, records and specimen with report"
        }
      ]
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/patient-OakleyAnnie"
  },
  "basedOn" : [
    {
      🔗 "reference" : "ServiceRequest/servicerequest-cancer-path"
    }
  ],
  "participant" : [
    {
      "individual" : {
        🔗 "reference" : "Practitioner/practitioner-oncologist"
      }
    },
    {
      "individual" : {
        🔗 "reference" : "Practitioner/practitioner-pathologist"
      }
    }
  ]
}