Cancer Pathology Data Sharing
1.0.1 - STU 1.0.1 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 1.0.1 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

: Pathology specimen collection procedure example - JSON Representation

Raw json | Download

{
  "resourceType" : "Procedure",
  "id" : "procedure-path-specimen",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Procedure procedure-path-specimen</b></p><a name=\"procedure-path-specimen\"> </a><a name=\"hcprocedure-path-specimen\"> </a><a name=\"procedure-path-specimen-en-US\"> </a><p><b>basedOn</b>: <a href=\"ServiceRequest-servicerequest-cancer-path.html\">Service Request - Cancer Pathology Specimen Collection</a></p><p><b>status</b>: Completed</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 39228008}\">Surgical pathology procedure (procedure)</span></p><p><b>subject</b>: <a href=\"Patient-patient-JoelAlex.html\">Alex Joel</a></p><p><b>performed</b>: 2021-11-01 17:00:14-0500</p></div>"
  },
  "basedOn" : [
    {
      🔗 "reference" : "ServiceRequest/servicerequest-cancer-path",
      "display" : "Service Request - Cancer Pathology Specimen Collection"
    }
  ],
  "status" : "completed",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "39228008",
        "display" : "Surgical pathology procedure (procedure)"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/patient-JoelAlex",
    "display" : "Alex Joel"
  },
  "performedDateTime" : "2021-11-01T17:00:14-05:00"
}