minimal Common Oncology Data Elements (mCODE) Implementation Guide, published by HL7 International / Clinical Interoperability Council. This guide is not an authorized publication; it is the continuous build for version 4.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-mCODE-ig/ and changes regularly. See the Directory of published versions
: tumor-specimen-lobular-carcinoma-left-breast - 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:Specimen ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "tumor-specimen-lobular-carcinoma-left-breast"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-human-specimen"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-human-specimen> ] )
] ; #
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: Specimen tumor-specimen-lobular-carcinoma-left-breast</b></p><a name=\"tumor-specimen-lobular-carcinoma-left-breast\"> </a><a name=\"hctumor-specimen-lobular-carcinoma-left-breast\"> </a><a name=\"tumor-specimen-lobular-carcinoma-left-breast-en-US\"> </a><p><b>identifier</b>: BodyStructure/Tumor 1234 (use: usual, )</p><p><b>status</b>: Available</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0487 TUMOR}\">Tumor</span></p><p><b>subject</b>: <a href=\"Patient-cancer-patient-eve-anyperson.html\">Eve A. Anyperson Female, DoB: 1955-05-20 ( Medical Record Number: m456 (use: usual, ))</a></p><p><b>receivedTime</b>: 2020-05-01</p><h3>Collections</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>BodySite</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 80248007}\">Left breast structure (body structure)</span></td></tr></table></div>"
] ; #
fhir:identifier ( [
fhir:use [ fhir:v "usual" ] ;
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/resource-types"^^xsd:anyURI ] ;
fhir:code [ fhir:v "BodyStructure" ] ] ) ] ;
fhir:system [ fhir:v "http://radiology.hospital.example.org"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Tumor 1234" ]
] ) ; #
fhir:status [ fhir:v "available"] ; #
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0487"^^xsd:anyURI ] ;
fhir:code [ fhir:v "TUMOR" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/cancer-patient-eve-anyperson" ]
] ; #
fhir:receivedTime [ fhir:v "2020-05-01"^^xsd:date] ; #
fhir:collection [
fhir:bodySite [
( fhir:coding [
a sct:80248007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "80248007" ] ;
fhir:display [ fhir:v "Left breast structure (body structure)" ] ] ) ]
] . #