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

FHIR IG analytics

Packagerki.demis.disease
Resource TypePatient
Idexample-patient-notifiedperson-01.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": "51eddc9b-0ac4-360c-b89d-5478b696f6dc",
  "meta": {
    "profile": [
      "https://demis.rki.de/fhir/StructureDefinition/NotifiedPerson"
    ]
  },
  "name": [
    {
      "use": "official",
      "family": "Fontane",
      "given": [
        "Theodor"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "030 123456"
    },
    {
      "system": "email",
      "value": "tf@hfksjfhdaksljdfhsakl.de"
    }
  ],
  "gender": "male",
  "birthDate": "1991-12-30",
  "address": [
    {
      "extension": [
        {
          "url": "https://demis.rki.de/fhir/StructureDefinition/AddressUse",
          "valueCoding": {
            "system": "https://demis.rki.de/fhir/CodeSystem/addressUse",
            "code": "current"
          }
        },
        {
          "url": "https://demis.rki.de/fhir/StructureDefinition/FacilityAddressNotifiedPerson",
          "valueReference": {
            "reference": "Organization/e51f32e5-767f-32a1-99fd-1d2de606b5bc"
          }
        }
      ]
    },
    {
      "extension": [
        {
          "url": "https://demis.rki.de/fhir/StructureDefinition/AddressUse",
          "valueCoding": {
            "system": "https://demis.rki.de/fhir/CodeSystem/addressUse",
            "code": "primary"
          }
        }
      ],
      "line": [
        "Heerstr. 1"
      ],
      "city": "Berlin",
      "postalCode": "14052",
      "country": "DE"
    }
  ]
}