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

FHIR IG analytics

Packagerki.demis.common
Resource TypePractitioner
IdSubmittingPerson-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": "SubmittingPerson-example",
  "meta": {
    "profile": [
      "https://demis.rki.de/fhir/StructureDefinition/SubmittingPerson"
    ]
  },
  "name": [
    {
      "use": "official",
      "family": "Mantle",
      "given": [
        "Karl-Heinz"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+49 (0)12345 - 123456",
      "use": "work"
    },
    {
      "system": "phone",
      "value": "+49 (0)12345 - 123567",
      "use": "home"
    }
  ],
  "address": [
    {
      "use": "home",
      "line": [
        "Erster Weg 1"
      ],
      "city": "Berlin",
      "state": "DE-BE",
      "postalCode": "10117",
      "country": "DE"
    }
  ]
}