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

FHIR IG analytics

Packagefhir.rehabig
Resource TypePractitioner
IdPractitioner-ot-therapist-001.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

醫療提供者

姓名: "李小姐"

專科: "職能治療師"

執照編號: "ABC12345"


Source1

{
  "resourceType": "Practitioner",
  "id": "ot-therapist-001",
  "meta": {
    "profile": [
      "https://build.fhir.org/ig/Kimsber/Rehab-IG/StructureDefinition/Practitioner"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hospital.mohw.gov.tw/docID",
      "value": "ABC12345"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "family": "李",
      "given": [
        "小姐"
      ]
    }
  ],
  "qualification": [
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "224609002",
            "display": "Complementary health worker"
          }
        ],
        "text": "職能治療師"
      },
      "issuer": {
        "display": "台灣職能治療師公會"
      }
    }
  ]
}