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

FHIR IG analytics

Packagehl7.fhir.us.mcc
Resource TypeCareTeam
IdCareTeam-careteam-for-bundle.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-for-bundle

status: Active

name: Care Team of Noelle Example for LONG-COVID bundle

subject: Patricia Noelle Female, DoB: 1955-01-15 ( Medical Record Number: 103270456 (use: usual, ))

participant

role: Primary care physician (occupation)

member: Dr. John Carlson

participant

role: Patient (person)

member: Noelle

participant

role: Care coordinator (occupation)

member: Julie Smith

participant

role: Caregiver (person)

member: Rose Noelle


Source1

{
  "resourceType": "CareTeam",
  "id": "careteam-for-bundle",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/mcc/StructureDefinition/MCCCareTeam"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "name": "Care Team of Noelle Example for LONG-COVID bundle",
  "subject": {
    "reference": "Patient/cc-pat-pnoelle"
  },
  "participant": [
    {
      "role": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "version": "http://snomed.info/sct/731000124108/version/20220301",
              "code": "446050000",
              "display": "Primary care physician (occupation)"
            }
          ]
        }
      ],
      "member": {
        "reference": "Practitioner/practitionerMCC-3v",
        "display": "Dr. John Carlson"
      }
    },
    {
      "role": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "116154003",
              "display": "Patient (person)"
            }
          ]
        }
      ],
      "member": {
        "reference": "Patient/cc-pat-pnoelle",
        "display": "Noelle"
      }
    },
    {
      "role": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "768820003",
              "display": "Care coordinator (occupation)"
            }
          ]
        }
      ],
      "member": {
        "reference": "PractitionerRole/careCoordinator-1",
        "display": "Julie Smith"
      }
    },
    {
      "role": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "133932002",
              "display": "Caregiver (person)"
            }
          ]
        }
      ],
      "member": {
        "reference": "RelatedPerson/daughter1",
        "display": "Rose  Noelle"
      }
    }
  ]
}