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
: bone-marrow-biopsy-result-brian-l - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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 "bone-marrow-biopsy-result-brian-l"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab> ] )
] ; #
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 bone-marrow-biopsy-result-brian-l</b></p><a name=\"bone-marrow-biopsy-result-brian-l\"> </a><a name=\"hcbone-marrow-biopsy-result-brian-l\"> </a><a name=\"bone-marrow-biopsy-result-brian-l-en-US\"> </a><p><b>partOf</b>: <a href=\"Procedure-us-core-procedure-bone-marrow-biopsy-brian-l.html\">Procedure Bone marrow sampling (procedure)</a></p><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 33721-2}\">Mar Path Bx report</span></p><p><b>subject</b>: <a href=\"Patient-cancer-patient-brian-l.html\">Brian L Male, DoB: 2021-01-01 ( Medical Record Number: MRN5678 (use: usual, ))</a></p><p><b>effective</b>: 2024-01-07</p><p><b>performer</b>: <a href=\"Practitioner-us-core-practitioner-kyle-anydoc.html\">Practitioner Kyle Anydoc </a></p><p><b>value</b>: predominance of immature cells</p></div>"
] ; #
fhir:partOf ( [
fhir:reference [ fhir:v "Procedure/us-core-procedure-bone-marrow-biopsy-brian-l" ]
] ) ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "laboratory" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
a loinc:33721-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "33721-2" ] ;
fhir:display [ fhir:v "Mar Path Bx report" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/cancer-patient-brian-l" ]
] ; #
fhir:effective [ fhir:v "2024-01-07"^^xsd:date] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/us-core-practitioner-kyle-anydoc" ]
] ) ; #
fhir:value [ fhir:v "predominance of immature cells"] . #