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

FHIR IG analytics

Packagerki.demis.r4.core
Resource TypePatient
IdFacilityAddressNotifiedPerson-example.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": "Patient",
  "id": "FacilityAddressNotifiedPerson-example",
  "meta": {
    "profile": [
      "https://demis.rki.de/fhir/StructureDefinition/NotifiedPerson"
    ]
  },
  "name": [
    {
      "family": "Katar",
      "given": [
        "Julie"
      ]
    }
  ],
  "gender": "female",
  "address": [
    {
      "extension": [
        {
          "url": "https://demis.rki.de/fhir/StructureDefinition/FacilityAddressNotifiedPerson",
          "valueReference": {
            "reference": "Organization/98cda07d-1fa7-47f6-ad79-e66de48d6078"
          }
        }
      ]
    }
  ]
}