This page is part of the IHE SDC/eCC on FHIR (v1.0.0-ballot: STU1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions
@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:Resource.id [ fhir:value "SDCeCCObservationCodeLIR"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/uv/ihe-sdc-ecc/StructureDefinition/ihe-sdc-ecc-Observation";
fhir:index 0;
fhir:link <http://hl7.org/fhir/uv/ihe-sdc-ecc/StructureDefinition/ihe-sdc-ecc-Observation> ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Observation \"SDCeCCObservationCodeLIR\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ihe-sdc-ecc-Observation.html\">IHE SDC/eCC on FHIR Observation</a></p></div><p><b>identifier</b>: Accession ID: SDCeCCObservationCodeEx0 (USUAL)</p><p><b>status</b>: final</p><p><b>code</b>: Tumor size (Note A) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (eCC#2129)</span></p><p><b>subject</b>: <a href=\"http://example.org/patient\">http://example.org/patient: Example Patient</a></p><p><b>effective</b>: 2021-05-11</p><p><b>performer</b>: <a href=\"http://example.org/practitioner\">http://example.org/practitioner: Example Practitioner</a></p><p><b>value</b>: Greatest Dimension in cm <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (eCC#2123)</span></p><h3>Components</h3><table class=\"grid\"><tr><td>-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td>*</td><td>Greatest Dimension in cm <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (eCC#2123)</span></td><td>2 cm</td></tr></table></div>"
];
fhir:Observation.identifier [
fhir:index 0;
fhir:Identifier.use [ fhir:value "usual" ];
fhir:Identifier.type [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ];
fhir:Coding.code [ fhir:value "ACSN" ];
fhir:Coding.display [ fhir:value "Accession ID" ] ] ];
fhir:Identifier.system [ fhir:value "http://example.org/Observation" ];
fhir:Identifier.value [ fhir:value "SDCeCCObservationCodeEx0" ]
];
fhir:Observation.status [ fhir:value "final"];
fhir:Observation.code [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://cap.org/eCC" ];
fhir:Coding.code [ fhir:value "2129" ];
fhir:Coding.display [ fhir:value "Tumor size (Note A)" ] ]
];
fhir:Observation.subject [
fhir:link <http://example.org/patient>;
fhir:Reference.reference [ fhir:value "http://example.org/patient" ];
fhir:Reference.display [ fhir:value "Example Patient" ]
];
fhir:Observation.effectiveDateTime [ fhir:value "2021-05-11"^^xsd:date];
fhir:Observation.performer [
fhir:index 0;
fhir:link <http://example.org/practitioner>;
fhir:Reference.reference [ fhir:value "http://example.org/practitioner" ];
fhir:Reference.display [ fhir:value "Example Practitioner" ]
];
fhir:Observation.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://cap.org/eCC" ];
fhir:Coding.code [ fhir:value "2123" ];
fhir:Coding.display [ fhir:value "Greatest Dimension in cm" ] ]
];
fhir:Observation.component [
fhir:index 0;
fhir:Observation.component.code [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://cap.org/eCC" ];
fhir:Coding.code [ fhir:value "2123" ];
fhir:Coding.display [ fhir:value "Greatest Dimension in cm" ] ] ];
fhir:Observation.component.valueQuantity [
fhir:Quantity.value [ fhir:value "2"^^xsd:decimal ];
fhir:Quantity.unit [ fhir:value "cm" ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.