FHIR IG Statistics: CodeSystem/hl7.org-fhir-care-team-status
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
Code | Display | Definition |
proposed | Proposed | The care team has been drafted and proposed, but not yet participating in the coordination and delivery of care. |
active | Active | The care team is currently participating in the coordination and delivery of care. |
suspended | Suspended | The care team is temporarily on hold or suspended and not participating in the coordination and delivery of care. |
inactive | Inactive | The care team was, but is no longer, participating in the coordination and delivery of care. |
entered-in-error | Entered In Error | The care team should have never existed. |
Additional Language Displays
Code | Dansk (Danish, da) |
proposed | Forslag |
active | Aktiv |
suspended | Suspenderet |
inactive | Inaktiv |
entered-in-error | Fejlindtastning |
Source
{
"resourceType": "CodeSystem",
"id": "hl7.org-fhir-care-team-status",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://hl7.org/fhir/care-team-status",
"version": "3.5.1",
"name": "CareTeamStatus",
"title": "Care Team Status",
"status": "active",
"experimental": false,
"date": "2021-10-27T13:27:27+00:00",
"publisher": "Den telemedicinske infrastruktur (eHealth Infrastructure)",
"contact": [
{
"name": "Den telemedicinske infrastruktur (eHealth Infrastructure)",
"telecom": [
{
"system": "url",
"value": "http://ehealth.sundhed.dk"
}
]
}
],
"description": "Indicates the status of the care team.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "DK",
"display": "Denmark"
}
]
}
],
"content": "supplement",
"supplements": "http://hl7.org/fhir/care-team-status",
"concept": [
{
"code": "proposed",
"display": "Proposed",
"definition": "The care team has been drafted and proposed, but not yet participating in the coordination and delivery of care.",
"designation": [
{
"language": "da",
"use": {
"system": "http://snomed.info/sct",
"code": "900000000000013009"
},
"value": "Forslag"
}
]
},
{
"code": "active",
"display": "Active",
"definition": "The care team is currently participating in the coordination and delivery of care.",
"designation": [
{
"language": "da",
"use": {
"system": "http://snomed.info/sct",
"code": "900000000000013009"
},
"value": "Aktiv"
}
]
},
{
"code": "suspended",
"display": "Suspended",
"definition": "The care team is temporarily on hold or suspended and not participating in the coordination and delivery of care.",
"designation": [
{
"language": "da",
"use": {
"system": "http://snomed.info/sct",
"code": "900000000000013009"
},
"value": "Suspenderet"
}
]
},
{
"code": "inactive",
"display": "Inactive",
"definition": "The care team was, but is no longer, participating in the coordination and delivery of care.",
"designation": [
{
"language": "da",
"use": {
"system": "http://snomed.info/sct",
"code": "900000000000013009"
},
"value": "Inaktiv"
}
]
},
{
"code": "entered-in-error",
"display": "Entered In Error",
"definition": "The care team should have never existed.",
"designation": [
{
"language": "da",
"use": {
"system": "http://snomed.info/sct",
"code": "900000000000013009"
},
"value": "Fejlindtastning"
}
]
}
]
}