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

: ExampleLabelerSPLtoFHIRProvenance - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "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><b>Generated Narrative: Provenance</b><a name=\"ExampleLabelerSPLtoFHIRProvenance\"> </a><a name=\"hcExampleLabelerSPLtoFHIRProvenance\"> </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;ExampleLabelerSPLtoFHIRProvenance&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-DualSubmissionProvenance.html\">DualSubmissionProvenance</a></p></div><p><b>target</b>: <a href=\"Organization-SampleLabelerOrganization.html\">Organization/SampleLabelerOrganization</a> &quot;National Pharma of India Inc.&quot;</p><p><b>occurred</b>: 2021-04-21</p><p><b>recorded</b>: Apr 21, 2021, 8:28:00\u202fAM</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>#51726-8)</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>"
  },
  "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"
      }
    }
  ]
}