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

FHIR IG analytics

Packagetw.iii.ltc
Resource TypeCareTeam
IdCareTeam-ltc-care-team-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: CareTeam ltc-care-team-example

status: Active

name: 陳明慧照顧團隊

subject: 陳明慧 Female, DoB: 1945-03-15 ( National Person Identifier (TWN): A123456789 (use: official, ))

period: 2024-01-01 --> (ongoing)

participant

role: Registered nurse

member: PractitionerRole Registered nurse

period: 2024-01-01 --> (ongoing)

participant

role: Caregiver

member: RelatedPerson 陳志強

period: 2024-01-01 --> (ongoing)

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


Source1

{
  "resourceType": "CareTeam",
  "id": "ltc-care-team-example",
  "meta": {
    "profile": [
      "http://ltc-ig.fhir.tw/StructureDefinition/LTCCareTeam"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "name": "陳明慧照顧團隊",
  "subject": {
    "reference": "Patient/ltc-patient-chen-ming-hui"
  },
  "period": {
    "start": "2024-01-01"
  },
  "participant": [
    {
      "role": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "224535009",
              "display": "Registered nurse"
            }
          ]
        }
      ],
      "member": {
        "reference": "PractitionerRole/ltc-practitioner-role-nurse-example"
      },
      "period": {
        "start": "2024-01-01"
      }
    },
    {
      "role": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "133932002",
              "display": "Caregiver"
            }
          ]
        }
      ],
      "member": {
        "reference": "RelatedPerson/ltc-related-person-primary-caregiver-example"
      },
      "period": {
        "start": "2024-01-01"
      }
    }
  ],
  "managingOrganization": [
    {
      "reference": "Organization/ltc-organization-example"
    }
  ]
}