This page is part of the Da Vinci Data Exchange for Quality Measures (DEQM) FHIR IG (v3.0.0: STU 3) based on FHIR R4. The current version which supercedes this version is 3.1.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:Procedure;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "gaps-procedure01"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-procedure";
fhir:index 0;
fhir:link <http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-procedure> ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>status</b>: completed</p><p><b>code</b>: <span title=\"Codes: {http://www.ama-assn.org/go/cpt 45384}\">Colonoscopy through stoma; with ablation of tumor(s), polyp(s), or other lesion(s) not amenable to removal by hot biopsy forceps, bipolar cautery or snare technique</span></p><p><b>subject</b>: <a href=\"Patient-gaps-patient02.html\">Generated Summary: Medical Record Number: 999996992 (USUAL); Thomas Ludwich ; gender: male; birthDate: 1957-01-01</a></p><p><b>performed</b>: Sep 10, 2018 8:00:00 AM --> Sep 10, 2018 9:00:00 AM</p></div>"
];
fhir:Procedure.status [ fhir:value "completed"];
fhir:Procedure.code [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://www.ama-assn.org/go/cpt" ];
fhir:Coding.code [ fhir:value "45384" ];
fhir:Coding.display [ fhir:value "Colonoscopy through stoma; with ablation of tumor(s), polyp(s), or other lesion(s) not amenable to removal by hot biopsy forceps, bipolar cautery or snare technique" ] ]
];
fhir:Procedure.subject [
fhir:Reference.reference [ fhir:value "Patient/gaps-patient02" ]
];
fhir:Procedure.performedPeriod [
fhir:Period.start [ fhir:value "2018-09-10T08:00:00-00:00"^^xsd:dateTime ];
fhir:Period.end [ fhir:value "2018-09-10T09:00:00-00:00"^^xsd:dateTime ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.