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

FHIR IG analytics

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

identifier: Provider Number/N123456789 (use: official, )

active: true

name: 王美玲(Official)

telecom: ph: 02-29412345(Work), meiling.wang@ltc-center.tw

gender: Female

Qualifications

-IdentifierCode
*http://example.org/fhir/NamingSystem/nursing-license/護理執照123456Registered nurse

Source1

{
  "resourceType": "Practitioner",
  "id": "ltc-practitioner-nurse-example",
  "meta": {
    "profile": [
      "http://ltc-ig.fhir.tw/StructureDefinition/LTCPractitioner"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "PRN",
            "display": "Provider Number"
          }
        ]
      },
      "system": "http://example.org/fhir/NamingSystem/practitioner-id",
      "value": "N123456789"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "text": "王美玲",
      "family": "王",
      "given": [
        "美玲"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "02-29412345",
      "use": "work"
    },
    {
      "system": "email",
      "value": "meiling.wang@ltc-center.tw",
      "use": "work"
    }
  ],
  "gender": "female",
  "qualification": [
    {
      "identifier": [
        {
          "system": "http://example.org/fhir/NamingSystem/nursing-license",
          "value": "護理執照123456"
        }
      ],
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "224535009",
            "display": "Registered nurse"
          }
        ]
      }
    }
  ]
}