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 - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Procedure ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "procedure-path-specimen"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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>"
] ; #
fhir:basedOn ( [
fhir:reference [ fhir:v "ServiceRequest/servicerequest-cancer-path" ] ;
fhir:display [ fhir:v "Service Request - Cancer Pathology Specimen Collection" ]
] ) ; #
fhir:status [ fhir:v "completed"] ; #
fhir:code [
( fhir:coding [
a sct:39228008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "39228008" ] ;
fhir:display [ fhir:v "Surgical pathology procedure (procedure)" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/patient-JoelAlex" ] ;
fhir:display [ fhir:v "Alex Joel" ]
] ; #
fhir:performed [ fhir:v "2021-11-01T17:00:14-05:00"^^xsd:dateTime] . #