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

FHIR IG analytics

Packagefhir.astp.bhp
Resource TypeCareTeam
IdCareTeam-bh-care-team-example-1.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 bh-care-team-example-1

status: Active

name: Example CareTeam

subject: James Wolff

participant

role: Adult intensive care specialist (occupation)

member: Wise Owl, MD

participant

role: Mental health counselor (occupation)

member: Dr. Lazslo Cravensworth


Source1

{
  "resourceType": "CareTeam",
  "id": "bh-care-team-example-1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-careteam|6.1.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "name": "Example CareTeam",
  "subject": {
    "reference": "Patient/bh-patient-example",
    "display": "James Wolff"
  },
  "participant": [
    {
      "role": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "309339007",
              "display": "Adult intensive care specialist (occupation)"
            }
          ]
        }
      ],
      "member": {
        "reference": "Practitioner/ed-physician-example-1",
        "display": "Wise Owl, MD"
      }
    },
    {
      "role": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "310190000",
              "display": "Mental health counselor (occupation)"
            }
          ]
        }
      ],
      "member": {
        "reference": "Practitioner/mental-health-provider-example-1",
        "display": "Dr. Lazslo Cravensworth"
      }
    }
  ]
}