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

FHIR IG analytics

Packagerki.demis.disease
Resource TypePatient
Idexample-patient-notifiedperson-00.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": "ac163863-fefa-3ce2-8511-7a4150d6ad43",
  "meta": {
    "profile": [
      "https://demis.rki.de/fhir/StructureDefinition/NotifiedPerson"
    ]
  },
  "name": [
    {
      "use": "official",
      "family": "Fontane",
      "given": [
        "Theodor"
      ]
    }
  ],
  "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": "primary"
          }
        }
      ],
      "line": [
        "Heerstr. 1"
      ],
      "city": "Berlin",
      "postalCode": "14052",
      "country": "DE"
    }
  ]
}