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

FHIR IG analytics

Packagevzvz.fhir.nl-vzvz-core-stu3
Resource TypeProvenance
IdProvenance-aorta-provenance-with-references.json
FHIR VersionR3

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

Provenance with references

Source1

{
  "resourceType": "Provenance",
  "id": "aorta-provenance-with-references",
  "meta": {
    "profile": [
      "http://vzvz.nl/fhir/StructureDefinition/aorta-provenance"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Device",
      "id": "nl-vzvz-Device-contained",
      "meta": {
        "profile": [
          "http://vzvz.nl/fhir/StructureDefinition/nl-vzvz-Device"
        ]
      },
      "identifier": [
        {
          "system": "http://fhir.nl/fhir/NamingSystem/aorta-app-id",
          "value": "9000028"
        }
      ],
      "owner": {
        "identifier": {
          "system": "http://fhir.nl/fhir/NamingSystem/ura",
          "value": "12345678"
        }
      }
    }
  ],
  "target": [
    {
      "reference": "urn:oid:12345"
    },
    {
      "reference": "Patient/urn:oid:3456"
    }
  ],
  "agent": [
    {
      "whoReference": {
        "reference": "#nl-vzvz-Device-contained"
      }
    }
  ],
  "recorded": "2023-10-19T12:00:00+02:00"
}