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

FHIR IG analytics

Packagehl7.fhir.us.pacio-adi
Resource TypeProvenance
IdProvenance-Example-Smith-Johnson-PMOProvenance1.json
FHIR VersionR4

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 Example-Smith-Johnson-PMOProvenance1

Provenance for Composition Portable Medical Order

Summary

Recorded2021-03-29 14:25:34-0500

Agents

Typewho
AssemblerOrganization GoodHealth Clinic

Source1

{
  "resourceType": "Provenance",
  "id": "Example-Smith-Johnson-PMOProvenance1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-Provenance"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "target": [
    {
      "reference": "Composition/PMO-Example-Smith-Johnson-PMOComposition1"
    }
  ],
  "recorded": "2021-03-29T14:25:34.001-05:00",
  "agent": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
            "version": "1.1.0|1.0.0",
            "code": "assembler",
            "display": "Assembler"
          }
        ]
      },
      "who": {
        "reference": "Organization/Example-Smith-Johnson-OrganizationAssembler1"
      }
    }
  ]
}