CH Core (R4)
1.0.0 - Trial use

This page is part of the CH Core (R4) (v1.0.0: STU 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 6.0.0. For a full list of available versions, see the Directory of published versions

HanspeterWengerByBFH - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "Practitioner",
  "id" : "HanspeterWengerByBFH",
  "meta" : {
    "source" : "https://www.ti.bfh.ch/de/bachelor/medizininformatik.html",
    "profile" : [
      "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <p>\n        <b>Generated Narrative with Details</b>\n      </p>\n      <p>\n        <b>id</b>: HanspeterWengerByBFH\n      </p>\n      <p>\n        <b>meta</b>: \n      </p>\n      <p>\n        <b>identifier</b>: 7601000050717, Q123456\n      </p>\n      <p>\n        <b>name</b>: Hanspeter Wenger \n      </p>\n      <p>\n        <b>gender</b>: MALE\n      </p>\n      <p>\n        <b>birthDate</b>: Dec 13, 1965\n      </p>\n    </div>"
  },
  "identifier" : [
    {
      "system" : "urn:oid:2.51.1.3",
      "value" : "7601000050717"
    },
    {
      "system" : "urn:oid:2.16.756.5.30.1.123.100.2.1.1",
      "value" : "Q123456"
    }
  ],
  "name" : [
    {
      "family" : "Wenger",
      "given" : [
        "Hanspeter"
      ],
      "prefix" : [
        "Dr. med."
      ]
    }
  ],
  "gender" : "male",
  "birthDate" : "1965-12-13"
}