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

FHIR IG analytics

Packagerl.fhir.r4
Resource TypeProvenance
IdExample_Provenance_LDO.json
FHIR VersionR4

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": "esempio-provenance-ldo",
  "recorded": "2024-05-12",
  "target": [
    {
      "reference": "Observation/esempio-observation-ldo"
    }
  ],
  "agent": [
    {
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/ValueSet/provenance-agent-type",
            "code": "legal",
            "display": "Legal Authenticator"
          }
        ]
      },
      "who": {
        "reference": "Practitioner/esempio-practitioner-core-ldo"
      }
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/ValueSet/provenance-agent-type",
            "code": "custodian",
            "display": "Custodian"
          }
        ]
      },
      "who": {
        "reference": "Organization/esempio-organization-core-ldo"
      }
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/ValueSet/provenance-agent-type",
            "code": "author",
            "display": "Author"
          }
        ]
      },
      "who": {
        "reference": "PractitionerRole/esempio-practitionerRole-core-ldo"
      }
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/ValueSet/provenance-agent-type",
            "code": "COPART",
            "display": "co-participant"
          }
        ]
      },
      "who": {
        "reference": "Practitioner/esempio-practitioner-core-ldo"
      }
    }
  ],
  "entity": [
    {
      "role": "source",
      "what": {
        "identifier": [
          {
            "system": "urn:oid:2.16.840.1.113883.2.9.2.99.4.4",
            "value": "idCDA2root"
          }
        ]
      }
    }
  ]
}