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

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

Packagedk.ehealth.sundhed.fhir.ig.core
Resource 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
Version5.0.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

Generated Narrative: Kodesystem hl7.org-fhir-care-team-status

This code system supplement http://hl7.org/fhir/care-team-status defines displays on the following codes:

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

Source

{
  "resourceType": "CodeSystem",
  "id": "hl7.org-fhir-care-team-status",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "normative"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
      "valueCode": "4.0.0"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 5
    }
  ],
  "url": "http://hl7.org/fhir/care-team-status",
  "version": "5.0.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"
        }
      ]
    }
  ]
}