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" : "path-specimen",
  "meta" : {
    "versionId" : "4",
    "lastUpdated" : "2022-06-03T15:52:04.615+00:00",
    "source" : "#M0sW4rrHSSA7q4OY",
    "profile" : [
      🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Procedure</b><a name=\"path-specimen\"> </a><a name=\"hcpath-specimen\"> </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 Procedure &quot;path-specimen&quot; Version &quot;4&quot; Updated &quot;2022-06-03 15:52:04+0000&quot; </p><p style=\"margin-bottom: 0px\">Information Source: #M0sW4rrHSSA7q4OY!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU5.0.1/StructureDefinition-us-core-procedure.html\">US Core Procedure Profile</a></p></div><p><b>basedOn</b>: <a href=\"ServiceRequest-cancer-path-example.html\">ServiceRequest/cancer-path-example: Service Request - Cancer Pathology Specimen Collection</a></p><p><b>status</b>: completed</p><p><b>code</b>: Surgical pathology procedure (procedure) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#39228008)</span></p><p><b>subject</b>: <a href=\"Patient-JoelAlexPatient.html\">Patient/JoelAlexPatient: Alex Joel</a> &quot; JOEL&quot;</p><p><b>performed</b>: 2021-11-01 17:00:14-0500</p></div>"
  },
  "basedOn" : [
    {
      🔗 "reference" : "ServiceRequest/cancer-path-example",
      "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/JoelAlexPatient",
    "display" : "Alex Joel"
  },
  "performedDateTime" : "2021-11-01T17:00:14-05:00"
}