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

FHIR IG analytics

Packagevzvz.fhir.mitz
Resource TypeProvenance
Idmitz-provenance-example.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Provenance",
  "id": "mitz-provenance-example",
  "target": [
    {
      "reference": "urn:uuid:b2fcc389-d854-4ea4-89a0-e31050b875b4"
    }
  ],
  "recorded": "2022-10-04T11:03:48.472+00:00",
  "agent": [
    {
      "role": [
        {
          "coding": [
            {
              "system": "http://hl7.org/fhir/v3/ParticipationType",
              "code": "RESPPERS"
            }
          ]
        }
      ],
      "who": {
        "identifier": {
          "system": "http://fhir.nl/fhir/NamingSystem/uzi",
          "value": "000123456"
        }
      }
    }
  ]
}