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

FHIR IG analytics

Packagetw.iii.ltc
Resource TypePractitioner
IdPractitioner-ltc-practitioner-sdk-example.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 ltc-practitioner-sdk-example

identifier: http://example.org/fhir/NamingSystem/practitioner-id/P001

name: 李小華


Source1

{
  "resourceType": "Practitioner",
  "id": "ltc-practitioner-sdk-example",
  "meta": {
    "profile": [
      "http://ltc-ig.fhir.tw/StructureDefinition/LTCPractitioner"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/fhir/NamingSystem/practitioner-id",
      "value": "P001"
    }
  ],
  "name": [
    {
      "text": "李小華"
    }
  ]
}