FHIR IG analytics| Package | hl7.fhir.us.mcc.r4b |
| Resource Type | CareTeam |
| Id | CareTeam-MCCCareTeamexample.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Resource CareTeam "MCCCareTeamexample" Version "2" Updated "2022-04-21 17:30:10+0000"
Information Source: #fOlntPRC97ZmQthM!
Profile: US Core CareTeam Profile
status: active
name: US-Core MCC example CareTeam
subject: Patient/cc-pat-pnoelle: Amy V. Shaw " NOELLE"
participant
role: Nephrologist (SNOMED CT#11911009)
member: Practitioner/practitionerMCC-1: Henry Levin VII, MD " LEVIN"
participant
role: Nurse Practitioner (SNOMED CT#224571005)
member: Practitioner/practitionerMCC-2: Nancy Nurse, RN NP " NURSE"
participant
role: Primary care provider (SNOMED CT#453231000124104)
member: Practitioner/practitionerMCC-3: Peter Primary, MD " PRIMARY"
participant
role: Patient (person) (SNOMED CT#116154003)
member: Patient/cc-pat-pnoelle: Patricia Noelle " NOELLE"
{
"resourceType": "CareTeam",
"id": "MCCCareTeamexample",
"meta": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-name",
"valueString": "CareTeam Example"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-description",
"valueMarkdown": "This is a US Core CareTeam Example for MCC."
}
],
"versionId": "2",
"lastUpdated": "2022-04-21T17:30:10.117+00:00",
"source": "#fOlntPRC97ZmQthM",
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-careteam"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"name": "US-Core MCC example CareTeam",
"subject": {
"reference": "Patient/cc-pat-pnoelle",
"display": "Amy V. Shaw"
},
"participant": [
{
"role": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "11911009",
"display": "Nephrologist"
}
]
}
],
"member": {
"reference": "Practitioner/practitionerMCC-1",
"display": "Henry Levin VII, MD"
}
},
{
"role": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "224571005",
"display": "Nurse Practitioner"
}
]
}
],
"member": {
"reference": "Practitioner/practitionerMCC-2",
"display": "Nancy Nurse, RN NP"
}
},
{
"role": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "453231000124104",
"display": "Primary care provider"
}
]
}
],
"member": {
"reference": "Practitioner/practitionerMCC-3",
"display": "Peter Primary, MD"
}
},
{
"role": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "116154003",
"display": "Patient (person)"
}
]
}
],
"member": {
"reference": "Patient/cc-pat-pnoelle",
"display": "Patricia Noelle"
}
}
]
}