@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/Observation/observation02> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "observation02"] ; # 
  fhir:meta [
     fhir:source [
       fhir:v "http://example.org/fhir/server"^^xsd:anyURI ;
       fhir:l <http://example.org/fhir/server>
     ] ;
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-simple-observation"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-simple-observation>
     ] )
  ] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     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: Observation observation02</b></p><a name=\"observation02\"> </a><a name=\"hcobservation02\"> </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\">Information Source: <a href=\"http://example.org/fhir/server\">http://example.org/fhir/server</a></p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/qicore/STU7.0.1/StructureDefinition-qicore-simple-observation.html\">QICore Simple Observation</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category exam}\">Exam</span></p><p><b>code</b>: <span title=\"Codes:{http://www.ama-assn.org/go/cpt 1111F}\">Discharge medications reconciled with the current medication list in outpatient medical record (COA) (GER)</span></p><p><b>subject</b>: <a href=\"Patient-patient02.html\">Darien Bernard (official) Male, DoB: 1967-06-13 ( Medical record number: 23456 (use: usual, ))</a></p><p><b>encounter</b>: <a href=\"Encounter-encounter02.html\">Encounter: status = finished; class = inpatient encounter (ActCode#IMP); type = Fixation of fracture; period = 2018-05-29 11:00:00-0400 --&gt; 2018-05-29 11:00:00-0400</a></p><p><b>effective</b>: 2018-09-30 14:15:04+0000</p><p><b>issued</b>: 2018-09-30 14:15:04+0000</p><p><b>performer</b>: <a href=\"Practitioner-practitioner02.html\">Practitioner Emile Zieme(official)</a></p><p><b>value</b>: true</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/observation-category>
       ] ;
       fhir:code [ fhir:v "exam" ] ;
       fhir:display [ fhir:v "Exam" ]
     ] )
  ] ) ; # 
  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 "1111F" ] ;
       fhir:display [ fhir:v "Discharge medications reconciled with the current medication list in outpatient medical record (COA) (GER)" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:l <http://hl7.org/fhir/uv/deqm/Patient/patient02> ;
     fhir:reference [ fhir:v "Patient/patient02" ]
  ] ; # 
  fhir:encounter [
     fhir:l <http://hl7.org/fhir/uv/deqm/Encounter/encounter02> ;
     fhir:reference [ fhir:v "Encounter/encounter02" ]
  ] ; # 
  fhir:effective [
     a fhir:DateTime ;
     fhir:v "2018-09-30T14:15:04.424Z"^^xsd:dateTime
  ] ; # 
  fhir:issued [ fhir:v "2018-09-30T14:15:04.424Z"^^xsd:dateTime] ; # 
  fhir:performer ( [
     fhir:l <http://hl7.org/fhir/uv/deqm/Practitioner/practitioner02> ;
     fhir:reference [ fhir:v "Practitioner/practitioner02" ]
  ] ) ; # 
  fhir:value [
     a fhir:Boolean ;
     fhir:v true
  ] . # 

<http://hl7.org/fhir/uv/deqm/Patient/patient02> a fhir:Uv .

<http://hl7.org/fhir/uv/deqm/Encounter/encounter02> a fhir:Uv .

<http://hl7.org/fhir/uv/deqm/Practitioner/practitioner02> a fhir:Uv .

# -------------------------------------------------------------------------------------

