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
: Margins Section - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "observation-grouper-margins"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/cancer-reporting/StructureDefinition/us-pathology-grouper-observation"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/cancer-reporting/StructureDefinition/us-pathology-grouper-observation> ] )
] ; #
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: Observation observation-grouper-margins</b></p><a name=\"observation-grouper-margins\"> </a><a name=\"hcobservation-grouper-margins\"> </a><a name=\"observation-grouper-margins-en-US\"> </a><p><b>identifier</b>: <code>https://example.org</code>/Adrenal.Bx.Res.129_3.002.011.RC1_sdcFDF3d1c4fe4-09c3-4a7e-877f-9ddb160da6db/ver1#2149.100004300</p><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/cancer-reporting/CodeSystem/us-pathology-codesystem MARGINS}\">Margin Section</span></p><p><b>subject</b>: <a href=\"Patient-patient-JoelAlex.html\">Alex Joel Male, DoB Unknown ( urn:system#patient-JoelAlex)</a></p><p><b>effective</b>: 2024-07-05</p><p><b>performer</b>: <a href=\"Practitioner-practitioner-oncologist.html\">Practitioner Wise Owl </a></p><p><b>hasMember</b>: <a href=\"Observation-observation-margins-uninvolvedbytumor.html\">Observation Margin</a></p></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "https://example.org"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Adrenal.Bx.Res.129_3.002.011.RC1_sdcFDF3d1c4fe4-09c3-4a7e-877f-9ddb160da6db/ver1#2149.100004300" ]
] ) ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/cancer-reporting/CodeSystem/us-pathology-codesystem"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MARGINS" ] ;
fhir:display [ fhir:v "Margin Section" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/patient-JoelAlex" ]
] ; #
fhir:effective [ fhir:v "2024-07-05"^^xsd:date] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/practitioner-oncologist" ]
] ) ; #
fhir:hasMember ( [
fhir:reference [ fhir:v "Observation/observation-margins-uninvolvedbytumor" ]
] ) . #