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
: lansky-performance-status-brian-l - 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:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "lansky-performance-status-brian-l"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-lansky-play-performance-status"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-lansky-play-performance-status> ] )
] ; #
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 lansky-performance-status-brian-l</b></p><a name=\"lansky-performance-status-brian-l\"> </a><a name=\"hclansky-performance-status-brian-l\"> </a><a name=\"lansky-performance-status-brian-l-en-US\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category survey}\">Survey</span></p><p><b>code</b>: <span title=\"Codes:{http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl C38144}\">C38144</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-12</p><p><b>performer</b>: <a href=\"Practitioner-us-core-practitioner-owen-oncologist.html\">Practitioner Owen Oncologist </a></p><p><b>value</b>: 80</p><p><b>interpretation</b>: <span title=\"Codes:{http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl C69424}\">Lansky Performance Status 80</span></p><p><b>method</b>: <span title=\"Codes:{http://snomed.info/sct 5880005}\">Physical examination procedure (procedure)</span></p></div>"
] ; #
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 "survey" ] ;
fhir:display [ fhir:v "Survey" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl"^^xsd:anyURI ] ;
fhir:code [ fhir:v "C38144" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/cancer-patient-brian-l" ]
] ; #
fhir:effective [ fhir:v "2024-01-12"^^xsd:date] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/us-core-practitioner-owen-oncologist" ]
] ) ; #
fhir:value [ fhir:v "80"^^xsd:integer] ; #
fhir:interpretation ( [
( fhir:coding [
fhir:system [ fhir:v "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl"^^xsd:anyURI ] ;
fhir:code [ fhir:v "C69424" ] ;
fhir:display [ fhir:v "Lansky Performance Status 80" ] ] )
] ) ; #
fhir:method [
( fhir:coding [
a sct:5880005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "5880005" ] ;
fhir:display [ fhir:v "Physical examination procedure (procedure)" ] ] )
] . #