Data Exchange For Quality Measures Implementation Guide, published by HL7 International / Clinical Quality Information. This guide is not an authorized publication; it is the continuous build for version 1.0.0-cibuild built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-deqm/ and changes regularly. See the Directory of published versions
: Gaps Procedure01
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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/Procedure/gaps-procedure01> 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 -1 ;
fhir:link <http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-procedure>
]
] ;
fhir:Resource.language [ fhir:value "en"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Procedure gaps-procedure01</b></p><a name=\"gaps-procedure01\"> </a><a name=\"hcgaps-procedure01\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/qicore/STU7.0.1/StructureDefinition-qicore-procedure.html\">QICore Procedure</a></p></div><p><b>Extension Definition for Procedure.recorded for Version 5.0</b>: 2018-09-10 09:00:00+0000</p><p><b>status</b>: Completed</p><p><b>code</b>: <span title=\"Codes:{http://www.ama-assn.org/go/cpt 45384}\">Colonoscopy, flexible; with removal of tumor(s), polyp(s), or other lesion(s) by hot biopsy forceps</span></p><p><b>subject</b>: <a href=\"Patient-gaps-patient02.html\">Thomas Ludwich Male, DoB: 1957-01-01 ( Medical Record Number: 999996992 (use: usual, ))</a></p><p><b>performed</b>: 2018-09-10 08:00:00+0000 --> 2018-09-10 09:00:00+0000</p></div>"
] ;
fhir:DomainResource.extension [
fhir:index -1 ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/5.0/StructureDefinition/extension-Procedure.recorded" ] ;
fhir:Extension.valueDateTime [ fhir:value "2018-09-10T09:00:00-00:00"^^xsd:dateTime ]
] ;
fhir:Procedure.status [ fhir:value "completed"] ;
fhir:Procedure.code [
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://www.ama-assn.org/go/cpt" ] ;
fhir:Coding.code [ fhir:value "45384" ] ;
fhir:Coding.display [ fhir:value "Colonoscopy, flexible; with removal of tumor(s), polyp(s), or other lesion(s) by hot biopsy forceps" ]
]
] ;
fhir:Procedure.subject [
fhir:link <http://hl7.org/fhir/Patient/gaps-patient02> ;
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 ]
] .
<http://hl7.org/fhir/Patient/gaps-patient02> a fhir:Patient .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Procedure/gaps-procedure01.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Procedure/gaps-procedure01.ttl> .