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

FHIR IG analytics

Packagerki.demis.common.strict
Resource TypePractitioner
IdSalutation-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": "Salutation-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",
        "display": "Frau"
      }
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Jung",
      "given": [
        "Anna"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "0123 456789",
      "use": "work"
    }
  ],
  "address": [
    {
      "line": [
        "Rosenbergstr. 85"
      ],
      "city": "Stuttgart",
      "postalCode": "70193",
      "country": "DE"
    }
  ]
}