FHIR IG analytics| Package | fhir.astp.bhp |
| Resource Type | CareTeam |
| Id | CareTeam-bh-care-team-example-1.json |
| FHIR Version | R4 |
No resources found
No resources found
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
{
"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"
}
}
]
}