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
Page standards status: Informative |
{
"resourceType" : "Provenance",
"id" : "ExampleLabelerSPLtoFHIRProvenance",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/spl/StructureDefinition/DualSubmissionProvenance"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Provenance ExampleLabelerSPLtoFHIRProvenance</b></p><a name=\"ExampleLabelerSPLtoFHIRProvenance\"> </a><a name=\"hcExampleLabelerSPLtoFHIRProvenance\"> </a><a name=\"ExampleLabelerSPLtoFHIRProvenance-en-US\"> </a><p>Provenance for <a href=\"Organization-SampleLabelerOrganization.html\">Organization National Pharma of India Inc.</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>"
},
"target" : [
{
🔗 "reference" : "Organization/SampleLabelerOrganization"
}
],
"occurredDateTime" : "2021-04-21",
"recorded" : "2021-04-21T14:28:00.00+06:00",
"activity" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-DataOperation",
"code" : "CREATE"
},
{
"system" : "http://loinc.org",
"code" : "51726-8"
}
]
},
"agent" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
"code" : "assembler"
}
]
},
"who" : {
"display" : "SPL To FHIR Converter Program"
}
}
],
"entity" : [
{
"role" : "source",
"what" : {
🔗 "reference" : "DocumentReference/ExampleSPLDocumentReference"
}
}
]
}