FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.spl
Resource TypeProvenance
IdProvenance-ExampleLabelerSPLtoFHIRProvenance.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Provenance ExampleLabelerSPLtoFHIRProvenance

Provenance for Organization National Pharma of India Inc.

Summary

Occurrence2021-04-21
Recorded2021-04-21 14:28:00+0600
Activitycreate

Agents

Typewho
AssemblerSPL To FHIR Converter Program

Source1

{
  "resourceType": "Provenance",
  "id": "ExampleLabelerSPLtoFHIRProvenance",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/spl/StructureDefinition/DualSubmissionProvenance"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
      }
    }
  ]
}