@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/uv/deqm/Procedure/gaps-procedure02> a fhir:Procedure ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "gaps-procedure02"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure>
     ] )
  ] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p class=\"res-header-id\"><b>Generated Narrative: Procedure gaps-procedure02</b></p><a name=\"gaps-procedure02\"> </a><a name=\"hcgaps-procedure02\"> </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\">Language: en</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU7/StructureDefinition-us-core-procedure.html\">US Core Procedure Profile</a></p></div><p><b>Extension Definition for Procedure.recorded for Version 5.0</b>: 2020-07-06 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-patient01.html\">Parker Susan  Female, DoB: 1965-01-01 ( Medical Record Number: 999995992 (use: usual, ))</a></p><p><b>performed</b>: 2020-07-06 08:00:00+0000 --&gt; 2020-07-06 09:00:00+0000</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-Procedure.recorded"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/5.0/StructureDefinition/extension-Procedure.recorded>
     ] ;
     fhir:value [
       a fhir:DateTime ;
       fhir:v "2020-07-06T09:00:00-00:00"^^xsd:dateTime
     ]
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:code [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://www.ama-assn.org/go/cpt"^^xsd:anyURI ;
         fhir:l <http://www.ama-assn.org/go/cpt>
       ] ;
       fhir:code [ fhir:v "45384" ] ;
       fhir:display [ fhir:v "Colonoscopy, flexible; with removal of tumor(s), polyp(s), or other lesion(s) by hot biopsy forceps" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:l <http://hl7.org/fhir/uv/deqm/Patient/gaps-patient01> ;
     fhir:reference [ fhir:v "Patient/gaps-patient01" ]
  ] ; # 
  fhir:performed [
     a fhir:Period ;
     fhir:start [ fhir:v "2020-07-06T08:00:00-00:00"^^xsd:dateTime ] ;
     fhir:end [ fhir:v "2020-07-06T09:00:00-00:00"^^xsd:dateTime ]
  ] . # 

<http://hl7.org/fhir/uv/deqm/Patient/gaps-patient01> a fhir:Uv .

# -------------------------------------------------------------------------------------

