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

FHIR IG analytics

Packagehl7.fhir.uv.cpg.r4
Resource TypeCareTeam
IdCareTeam-chf-scenario1-careteam.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


Source1

{
  "resourceType": "CareTeam",
  "id": "chf-scenario1-careteam",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-careteam"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "name": "CHF Care Team",
  "subject": {
    "reference": "Patient/chf-scenario1-patient"
  },
  "encounter": {
    "reference": "Encounter/chf-scenario1-encounter"
  },
  "participant": [
    {
      "role": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "17561000",
              "display": "Cardiologist"
            }
          ]
        }
      ],
      "member": {
        "reference": "PractitionerRole/chf-scenario1-practitionerrole"
      }
    },
    {
      "role": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "407542009",
              "display": "Informal carer"
            }
          ]
        }
      ],
      "member": {
        "reference": "RelatedPerson/chf-scenario1-relatedperson"
      }
    }
  ],
  "managingOrganization": [
    {
      "reference": "Organization/chf-scenario1-organization"
    }
  ]
}