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
: ExampleLabelerFHIRtoSPLProvenance - TTL Representation
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 "ExampleLabelerFHIRtoSPLProvenance"] ; #
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 ExampleLabelerFHIRtoSPLProvenance</b></p><a name=\"ExampleLabelerFHIRtoSPLProvenance\"> </a><a name=\"hcExampleLabelerFHIRtoSPLProvenance\"> </a><a name=\"ExampleLabelerFHIRtoSPLProvenance-en-US\"> </a><p>Provenance for <a href=\"DocumentReference-ExampleSPLDocumentReference.html\">DocumentReference: extension = 7,2020-04-21; identifier = UUID:af87107d-11d1-46ae-9ffb-f2ba572d7ff9,UUID:7ad19579-7b2f-4c0a-931c-4ba25f73b296; status = current; type = FDA product label Establishment registration; date = 2021-04-21 14:28:00+0600</a></p><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 51726-8}\">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 "DocumentReference/ExampleSPLDocumentReference" ]
] ) ; #
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:51726-8 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "51726-8" ] ] )
] ; #
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 "Organization/SampleLabelerOrganization" ] ]
] ) . #