This page is part of the Sharing eCC Data from Pathology Labs to EHR (v1.0.0: STU 1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, 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></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 "path-specimen" Version "4" Updated "2022-06-03 15:52:04+0000" </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> " JOEL"</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"
}