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

FHIR IG analytics

Packagerki.demis.common.strict
Resource TypePatient
IdNotifiedPerson-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": "NotifiedPerson-example",
  "meta": {
    "profile": [
      "https://demis.rki.de/fhir/StructureDefinition/NotifiedPerson"
    ]
  },
  "name": [
    {
      "use": "official",
      "family": "Müller",
      "given": [
        "Karl-Heinz"
      ]
    }
  ],
  "telecom": [
    {
      "extension": [
        {
          "url": "https://demis.rki.de/fhir/StructureDefinition/Comment",
          "valueString": "Ab 14 Uhr"
        }
      ],
      "system": "phone",
      "value": "+49 (0)12345 - 123456",
      "use": "work"
    }
  ],
  "gender": "male",
  "birthDate": "1974-12-25",
  "address": [
    {
      "extension": [
        {
          "url": "https://demis.rki.de/fhir/StructureDefinition/AddressUse",
          "valueCoding": {
            "system": "https://demis.rki.de/fhir/CodeSystem/addressUse",
            "code": "ordinary"
          }
        },
        {
          "url": "https://demis.rki.de/fhir/StructureDefinition/FacilityAddressNotifiedPerson",
          "valueReference": {
            "reference": "Organzation/98cda07d-1fa7-47f6-ad79-e66de48d6078"
          }
        }
      ]
    }
  ],
  "contact": [
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v2-0131",
              "code": "E"
            }
          ]
        }
      ],
      "name": {
        "use": "official",
        "family": "Meier",
        "given": [
          "Joachim"
        ]
      }
    }
  ]
}