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

FHIR IG analytics

Packagerki.demis.common.strict
Resource TypePatient
IdAddressUse-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": "AddressUse-example",
  "meta": {
    "profile": [
      "https://demis.rki.de/fhir/StructureDefinition/NotifiedPerson"
    ]
  },
  "name": [
    {
      "family": "Handschlag",
      "given": [
        "Johanna"
      ]
    }
  ],
  "gender": "female",
  "address": [
    {
      "extension": [
        {
          "url": "https://demis.rki.de/fhir/StructureDefinition/AddressUse",
          "valueCoding": {
            "system": "https://demis.rki.de/fhir/CodeSystem/addressUse",
            "code": "current"
          }
        }
      ]
    }
  ]
}