Draft PH Core Implementation Guide
0.2.0 - ci-build Philippines flag

Draft PH Core Implementation Guide, published by UP Manila National TeleHealth Center. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/eabuenaventura/eab-ph-core/ and changes regularly. See the Directory of published versions

: provenance-single-example

Raw ttl | Download


@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 -------------------------------------------------------------------

 a fhir:Provenance ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "provenance-single-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.doh.gov.ph/phcore/StructureDefinition/ph-core-provenance"^^xsd:anyURI ;
fhir:link <https://fhir.doh.gov.ph/phcore/StructureDefinition/ph-core-provenance>     ] )
  ] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Provenance provenance-single-example</b></p><a name=\"provenance-single-example\"> </a><a name=\"hcprovenance-single-example\"> </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=\"StructureDefinition-ph-core-provenance.html\">PH Core Provenance</a></p></div><p>Provenance for <a href=\"Observation-observation-bp-example.html\">Observation Blood pressure panel with all children optional</a></p><p>Summary</p><table class=\"grid\"><tr><td>Occurrence</td><td>2012-09-17 08:30:00+0800</td></tr><tr><td>Recorded</td><td>2012-09-17 08:30:15+0800</td></tr><tr><td>Activity</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-DataOperation CREATE}\">create</span></td></tr></table><p><b>Agents</b></p><table class=\"grid\"><tr><td><b>Type</b></td><td><b>who</b></td><td><b>On Behalf Of</b></td></tr><tr><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/provenance-participant-type author}\">Author</span></td><td><a href=\"Practitioner-practitioner-single-example.html\">Practitioner Maria Clara Santos (official)</a></td><td><a href=\"Organization-organization-single-example.html\">Organization Department of Health - Sattelite Office</a></td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:target ( [
fhir:reference [ fhir:v "Observation/observation-bp-example" ]
  ] ) ; # 
  fhir:occurred [
a fhir:dateTime ;
fhir:v "2012-09-17T08:30:00+08:00"^^xsd:dateTime
  ] ; # 
  fhir:recorded [ fhir:v "2012-09-17T08:30:15+08:00"^^xsd:dateTime] ; # 
  fhir:reason ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActReason"^^xsd:anyURI ] ;
fhir:code [ fhir:v "TREAT" ] ;
fhir:display [ fhir:v "treatment" ]     ] )
  ] ) ; # 
  fhir:activity [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-DataOperation"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CREATE" ] ;
fhir:display [ fhir:v "create" ]     ] )
  ] ; # 
  fhir:agent ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/provenance-participant-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "author" ] ;
fhir:display [ fhir:v "Author" ]       ] )     ] ;
fhir:who [
fhir:reference [ fhir:v "Practitioner/practitioner-single-example" ]     ] ;
fhir:onBehalfOf [
fhir:reference [ fhir:v "Organization/organization-single-example" ]     ]
  ] ) ; # 
  fhir:signature ( [
    ( fhir:type [
fhir:system [ fhir:v "urn:iso-astm:E1762-95:2013"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1.2.840.10065.1.12.1.1" ] ;
fhir:display [ fhir:v "Author's Signature" ]     ] ) ;
fhir:when [ fhir:v "2012-09-17T08:30:15+08:00"^^xsd:dateTime ] ;
fhir:who [
fhir:reference [ fhir:v "Practitioner/practitioner-single-example" ]     ] ;
fhir:targetFormat [ fhir:v "xml" ] ;
fhir:sigFormat [ fhir:v "xml" ] ;
fhir:data [ fhir:v "dGhpcyBibG9iIGlzIHNuZWFrZWQ="^^xsd:base64Binary ]
  ] ) . #