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

FHIR IG analytics

Packagerki.demis.r4.core
Resource TypePractitioner
IdNotifier-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": "Practitioner",
  "id": "Notifier-example",
  "meta": {
    "profile": [
      "https://demis.rki.de/fhir/StructureDefinition/Notifier"
    ]
  },
  "extension": [
    {
      "url": "https://demis.rki.de/fhir/StructureDefinition/Salutation",
      "valueCoding": {
        "system": "https://demis.rki.de/fhir/CodeSystem/salutation",
        "code": "mrs"
      }
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Bonheure",
      "given": [
        "Julie"
      ]
    }
  ],
  "telecom": [
    {
      "extension": [
        {
          "url": "https://demis.rki.de/fhir/StructureDefinition/Comment",
          "valueString": "Ab 14 Uhr"
        }
      ],
      "system": "phone",
      "value": "+49 (0)12345 - 123456",
      "use": "work"
    }
  ]
}