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

FHIR IG analytics

Packagech.fhir.ig.ch-ekm
Resource TypePractitioner
IdPractitioner-ChEkmPractitionerTreatingPhysicianExample.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 ChEkmPractitionerTreatingPhysicianExample

identifier: GLN/7601000435666

name: Potagon Brachialis

telecom: +24 74 200 88 77, p.brach@sampledoc.com

address: Sodaweg 55 Flammingen 3921


Source1

{
  "resourceType": "Practitioner",
  "id": "ChEkmPractitionerTreatingPhysicianExample",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:oid:2.51.1.3",
      "value": "7601000435666"
    }
  ],
  "name": [
    {
      "family": "Brachialis",
      "given": [
        "Potagon"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+24 74 200 88 77"
    },
    {
      "system": "email",
      "value": "p.brach@sampledoc.com"
    }
  ],
  "address": [
    {
      "line": [
        "Sodaweg 55"
      ],
      "city": "Flammingen",
      "postalCode": "3921"
    }
  ]
}