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

SPL Mapping FHIR 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.1.0 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><b>Generated Narrative: Provenance</b><a name=\"ExampleEstablishmentSPLtoFHIRProvenance\"> </a><a name=\"hcExampleEstablishmentSPLtoFHIRProvenance\"> </a></p><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\">ResourceProvenance &quot;ExampleEstablishmentSPLtoFHIRProvenance&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-DualSubmissionProvenance.html\">DualSubmissionProvenance</a></p></div><p><b>target</b>: </p><ul><li><a href=\"Organization-ExampleEstablishmentRegistrant.html\">Organization/ExampleEstablishmentRegistrant</a> &quot;REGISTRANT SERVICES INC&quot;</li><li><a href=\"Organization-ExampleEstablishment.html\">Organization/ExampleEstablishment</a> &quot;EXAMPLE ESTABLISHMENT INC.&quot;</li></ul><p><b>occurred</b>: 2021-04-21</p><p><b>recorded</b>: Apr 21, 2021, 8:28:00 AM</p><p><b>activity</b>: create <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-DataOperation.html\">DataOperation</a>#CREATE; <a href=\"https://loinc.org/\">LOINC</a>#51725-0)</span></p><h3>Agents</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Who</b></td></tr><tr><td style=\"display: none\">*</td><td>Assembler <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-provenance-participant-type.html\">Provenance participant type</a>#assembler)</span></td><td><span>: SPL To FHIR Converter Program</span></td></tr></table><h3>Entities</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Role</b></td><td><b>What</b></td></tr><tr><td style=\"display: none\">*</td><td>source</td><td><a href=\"DocumentReference-ExampleSPLDocumentReference.html\">DocumentReference/ExampleSPLDocumentReference</a></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" ]     ]
  ] ) . #