FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/hl7.org-fhir-care-team-status

Packagedk.ehealth.sundhed.fhir.ig.core
TypeCodeSystem
Idhl7.org-fhir-care-team-status
FHIR VersionR4
Sourcehttp://ehealth.sundhed.dk/fhir/https://build.fhir.org/ig/fut-infrastructure/implementation-guide/CodeSystem-hl7.org-fhir-care-team-status.html
URLhttp://hl7.org/fhir/care-team-status
Version3.5.1
Statusactive
Date2021-10-27T13:27:27+00:00
NameCareTeamStatus
TitleCare Team Status
Realmdk
DescriptionIndicates the status of the care team.
Contentsupplement
Supplementshttp://hl7.org/fhir/care-team-status

Resources that use this resource

CodeSystem
care-team-statusCare Team Status
care-team-status-dk-supplementDK CareTeam Status

Resources that this resource uses

CodeSystem
care-team-statusCare Team Status

Narrative

Note: links and images are rebased to the (stated) source

CodeDisplayDefinition
proposed ProposedThe care team has been drafted and proposed, but not yet participating in the coordination and delivery of care.
active ActiveThe care team is currently participating in the coordination and delivery of care.
suspended SuspendedThe care team is temporarily on hold or suspended and not participating in the coordination and delivery of care.
inactive InactiveThe care team was, but is no longer, participating in the coordination and delivery of care.
entered-in-error Entered In ErrorThe care team should have never existed.

Additional Language Displays

CodeDansk (Danish, da)
proposedForslag
activeAktiv
suspendedSuspenderet
inactiveInaktiv
entered-in-errorFejlindtastning

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"
        }
      ]
    }
  ]
}