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

FHIR IG analytics

Packagetw.gov.mohw.twcore
Resource TypeCareTeam
IdCareTeam-careteam-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 careteam-example

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)


Source1

{
  "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"
      }
    }
  ]
}