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

FHIR IG analytics

Packagetw.iii.ltc
Resource TypePractitionerRole
IdPractitionerRole-ltc-practitioner-role-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: PractitionerRole ltc-practitioner-role-nurse-example

active: true

practitioner: Practitioner 王美玲(official)

organization: Organization 新北市私立安康老人長期照顧中心(養護型)

code: Registered nurse

specialty: General surgery (qualifier value)

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

availableTime

daysOfWeek: Monday, Tuesday, Wednesday, Thursday, Friday

availableStartTime: 08:00:00

availableEndTime: 17:00:00


Source1

{
  "resourceType": "PractitionerRole",
  "id": "ltc-practitioner-role-nurse-example",
  "meta": {
    "profile": [
      "http://ltc-ig.fhir.tw/StructureDefinition/LTCPractitionerRole"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "practitioner": {
    "reference": "Practitioner/ltc-practitioner-nurse-example"
  },
  "organization": {
    "reference": "Organization/ltc-organization-example"
  },
  "code": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "224535009",
          "display": "Registered nurse"
        }
      ]
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "394609007",
          "display": "General surgery (qualifier value)"
        }
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "02-29412345",
      "use": "work"
    },
    {
      "system": "email",
      "value": "meiling.wang@ltc-center.tw",
      "use": "work"
    }
  ],
  "availableTime": [
    {
      "daysOfWeek": [
        "mon",
        "tue",
        "wed",
        "thu",
        "fri"
      ],
      "availableStartTime": "08:00:00",
      "availableEndTime": "17:00:00"
    }
  ]
}