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

FHIR IG analytics

Packagech.fhir.ig.ch-orf
Resource TypePractitioner
IdPractitioner-HansRoentgen.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Practitioner HansRoentgen

identifier: GLN/7601000201041, urn:oid:2.16.756.5.30.1.123.100.2.1.1/Y604801

name: Hans Röntgen

telecom: ph: 044 412 00 99, hans.roentgen@kantonsspital.ch


Source1

{
  "resourceType": "Practitioner",
  "id": "HansRoentgen",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:oid:2.51.1.3",
      "value": "7601000201041"
    },
    {
      "system": "urn:oid:2.16.756.5.30.1.123.100.2.1.1",
      "value": "Y604801"
    }
  ],
  "name": [
    {
      "family": "Röntgen",
      "given": [
        "Hans"
      ],
      "prefix": [
        "Dr. med."
      ],
      "_prefix": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
              "valueCode": "AC"
            }
          ]
        }
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "044 412 00 99"
    },
    {
      "system": "email",
      "value": "hans.roentgen@kantonsspital.ch"
    }
  ]
}