SPL Mapping FHIR R5 Implementation Guide
0.2.1 - Build CI United States of America flag

SPL Mapping FHIR R5 Implementation Guide, published by HL7 International / Biomedical Research and Regulation. This guide is not an authorized publication; it is the continuous build for version 0.2.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-spl/ and changes regularly. See the Directory of published versions

: ExampleEstablishmentSPLtoFHIRProvenance - TTL Representation

Page standards status: Informative

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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:Provenance ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleEstablishmentSPLtoFHIRProvenance"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/spl/StructureDefinition/DualSubmissionProvenance"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/spl/StructureDefinition/DualSubmissionProvenance>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Provenance ExampleEstablishmentSPLtoFHIRProvenance</b></p><a name=\"ExampleEstablishmentSPLtoFHIRProvenance\"> </a><a name=\"hcExampleEstablishmentSPLtoFHIRProvenance\"> </a><a name=\"ExampleEstablishmentSPLtoFHIRProvenance-en-US\"> </a><p>Provenance for: </p><ul><li><a href=\"Organization-ExampleEstablishmentRegistrant.html\">Organization REGISTRANT SERVICES INC</a></li><li><a href=\"Organization-ExampleEstablishment.html\">Organization EXAMPLE ESTABLISHMENT INC.</a></li></ul><p>Summary</p><table class=\"grid\"><tr><td>Occurrence</td><td>2021-04-21</td></tr><tr><td>Recorded</td><td>2021-04-21 14:28:00+0600</td></tr><tr><td>Activity</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-DataOperation CREATE}, {http://loinc.org 51725-0}\">create</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 assembler}\">Assembler</span></td><td>SPL To FHIR Converter Program</td></tr></table></div>"
  ] ; # 
  fhir:target ( [
fhir:reference [ fhir:v "Organization/ExampleEstablishmentRegistrant" ]
  ] [
fhir:reference [ fhir:v "Organization/ExampleEstablishment" ]
  ] ) ; # 
  fhir:occurred [ fhir:v "2021-04-21"^^xsd:date] ; # 
  fhir:recorded [ fhir:v "2021-04-21T14:28:00.00+06:00"^^xsd:dateTime] ; # 
  fhir:activity [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-DataOperation"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CREATE" ]     ] [
a loinc:51725-0 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "51725-0" ]     ] )
  ] ; # 
  fhir:agent ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/provenance-participant-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "assembler" ]       ] )     ] ;
fhir:who [
fhir:display [ fhir:v "SPL To FHIR Converter Program" ]     ]
  ] ) ; # 
  fhir:entity ( [
fhir:role [ fhir:v "source" ] ;
fhir:what [
fhir:reference [ fhir:v "DocumentReference/ExampleSPLDocumentReference" ]     ]
  ] ) . #