FHIR IG analytics| Package | fhir.argonaut.r2 |
| Resource Type | CarePlan |
| Id | CarePlan-careteam-1.json |
| FHIR Version | R2 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative with Details
id: careteam-1
meta:
status: active
category: careteam (Details : {http://argonaut.hl7.org code 'careteam' = 'careteam)
participant
role: Allopathic & Osteopathic Physicians:Internal Medicine:Cardiovascular Disease (Details : {http://www.nucc.org code '207RC0000X' = '207RC0000X', given as 'Allopathic & Osteopathic Physicians:Internal Medicine:Cardiovascular Disease'})
member: Adam Careful, MD. Generated Summary: id: 1234; 23; active; Adam Careful
participant
role: Behavioral Health & Social Service Providers:Psychologist (Details : {http://www.nucc.org code '103T00000X' = '103T00000X', given as 'Behavioral Health & Social Service Providers:Psychologist'})
member: Kathy Fielding, MD. Generated Summary: id: 5678; 24; active; Kathy Fielding
participant
role: Patient (person) (Details : {SNOMED CT code '116154003' = 'Patient', given as 'Patient (person)'})
{
"resourceType": "CarePlan",
"id": "careteam-1",
"meta": {
"profile": [
"http://fhir.org/guides/argonaut/StructureDefinition/argo-careteam"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"subject": {
"reference": "Patient/peter-chalmers",
"display": "Peter Chalmers"
},
"status": "active",
"category": [
{
"coding": [
{
"system": "http://argonaut.hl7.org",
"code": "careteam"
}
]
}
],
"participant": [
{
"role": {
"coding": [
{
"system": "http://www.nucc.org",
"code": "207RC0000X",
"display": "Allopathic & Osteopathic Physicians:Internal Medicine:Cardiovascular Disease"
}
]
},
"member": {
"reference": "Practitioner/1234",
"display": "Adam Careful, MD"
}
},
{
"role": {
"coding": [
{
"system": "http://www.nucc.org",
"code": "103T00000X",
"display": "Behavioral Health & Social Service Providers:Psychologist"
}
]
},
"member": {
"reference": "Practitioner/5678",
"display": "Kathy Fielding, MD"
}
},
{
"role": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "116154003",
"display": "Patient (person)"
}
]
},
"member": {
"reference": "Patient/peter-chalmers",
"display": "Peter Chalmers"
}
}
]
}