FHIR IG analytics| Package | tw.gov.mohw.twcore |
| Resource Type | CareTeam |
| Id | CareTeam-careteam-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CareTeam careteam-example
Profile: TW Core CareTeam
status: Active
subject: 陳加玲(official) Female, DoB: 1990-01-01 ( Medical record number (use: official, ))
participant
role: Neuropsychiatrist
member: Practitioner 王依昇(official)
participant
role: Registered nurse
member: Practitioner 陳莉(official)
participant
role: Pharmacist
member: Practitioner 陳耀詩(official)
participant
role: Medical radiographer
member: Practitioner 王曉明(official)
{
"resourceType": "CareTeam",
"id": "careteam-example",
"meta": {
"profile": [
"https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/CareTeam-twcore"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"subject": {
"reference": "Patient/pat-example"
},
"participant": [
{
"role": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "21450003",
"display": "Neuropsychiatrist"
}
]
}
],
"member": {
"reference": "Practitioner/pra-dr-example"
}
},
{
"role": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "224535009",
"display": "Registered nurse"
}
]
}
],
"member": {
"reference": "Practitioner/pra-nurse-example"
}
},
{
"role": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "46255001",
"display": "Pharmacist"
}
]
}
],
"member": {
"reference": "Practitioner/pra-phc-example"
}
},
{
"role": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "159016003",
"display": "Medical radiographer"
}
]
}
],
"member": {
"reference": "Practitioner/pra-radio-example"
}
}
]
}