Your User Friendly Name for MyIG Here
0.2.0 - CI Build International flag

Your User Friendly Name for MyIG Here, published by HL7 International - [Some] Work Group. 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/FHIR/sample-ig/ and changes regularly. See the Directory of published versions

:

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

 a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "h1"] ; # 
  fhir:type [ fhir:v "collection"] ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "http://somewhere.org/fhir/uv/myig/Provenance/h1-1"^^xsd:anyURI ] ;
    ( fhir:resource <http://somewhere.org/fhir/uv/myig/Provenance/h1-1> )
  ] ) . # 

<http://somewhere.org/fhir/uv/myig/Provenance/h1-1> a fhir:Provenance ;
  fhir:id [ fhir:v "h1-1"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><div xml:lang=\"en\" lang=\"en\"><hr/><p><b>English</b></p><hr/><a name=\"Provenance_h1-1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Provenance h1-1</b></p><a name=\"h1-1\"> </a><a name=\"hch1-1\"> </a><a name=\"h1-1-en\"> </a><p>Provenance for <a href=\"StructureDefinition-myObservation.html\">StructureDefinition My Observation Profile</a></p><p>Summary</p><table class=\"grid\"><tr><td>Occurrence</td><td>2015-11-30</td></tr><tr><td>Recorded</td><td>2020-01-01 00:00:00+0000</td></tr><tr><td>Activity</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-DataOperation UPDATE}\">revise</span></td></tr></table><p><b>Agents</b></p><table class=\"grid\"><tr><td><b>Type</b></td><td><b>who</b></td></tr><tr><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/provenance-participant-type author}\">Author</span></td><td>Rob Hausam</td></tr><tr><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/provenance-participant-type verifier}\">Verifier</span></td><td>Vocab</td></tr></table></div></div>"
  ] ; # 
  fhir:target ( [
fhir:reference [ fhir:v "StructureDefinition/myObservation" ]
  ] ) ; # 
  fhir:occurred [ fhir:v "2015-11-30"^^xsd:date] ; # 
  fhir:recorded [ fhir:v "2020-01-01T00:00:00.000Z"^^xsd:dateTime] ; # 
  fhir:reason ( [
fhir:text [ fhir:v "Add \"conductible\" property to ActRelationshipType and ParticipationType codes.for ContextConduction RIM Change. And create Concept domain CodeSystem and ValueSet for ContextConductionStyle" ]
  ] ) ; # 
  fhir:activity [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-DataOperation"^^xsd:anyURI ] ;
fhir:code [ fhir:v "UPDATE" ]     ] )
  ] ; # 
  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:who [
fhir:display [ fhir:v "Rob Hausam" ]     ]
  ] [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/provenance-participant-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "verifier" ]       ] )     ] ;
fhir:who [
fhir:display [ fhir:v "Vocab" ]     ]
  ] ) . #