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

: ExampleEstablishmentFHIRtoSPLProvenance - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Provenance",
  "id" : "ExampleEstablishmentFHIRtoSPLProvenance",
  "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 ExampleEstablishmentFHIRtoSPLProvenance</b></p><a name=\"ExampleEstablishmentFHIRtoSPLProvenance\"> </a><a name=\"hcExampleEstablishmentFHIRtoSPLProvenance\"> </a><a name=\"ExampleEstablishmentFHIRtoSPLProvenance-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 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>"
  },
  "target" : [
    {
      🔗 "reference" : "DocumentReference/ExampleSPLDocumentReference"
    }
  ],
  "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" : "51725-0"
      }
    ]
  },
  "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" : "Organization/ExampleEstablishmentRegistrant"
      }
    },
    {
      "role" : "source",
      "what" : {
        🔗 "reference" : "Organization/ExampleEstablishment"
      }
    }
  ]
}