FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.xver-r5.r4b
Resource TypeCodeSystem
IdCodeSystem-action-participant-type.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

This code system http://hl7.org/fhir/action-participant-type defines the following codes:

Code Display Definition
careteam CareTeam The participant is a care team caring for the patient under evaluation.
device Device The participant is a system or device used in the care of the patient.
group Group The participant is a group of participants involved in the care of the patient.
healthcareservice HealthcareService The participant is an institution that can provide the given healthcare service used in the care of the patient.
location Location The participant is a location involved in the care of the patient.
organization Organization The participant is an organization involved in the care of the patient.
patient Patient The participant is the patient under evaluation.
practitioner Practitioner The participant is a practitioner involved in the patient's care.
practitionerrole PractitionerRole The participant is a particular practitioner role involved in the patient's care.
relatedperson RelatedPerson The participant is a person related to the patient.

Source1

{
  "resourceType": "CodeSystem",
  "id": "action-participant-type",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 3
    },
    {
      "extension": [
        {
          "url": "packageId",
          "valueId": "hl7.fhir.uv.xver-r5.r4b"
        },
        {
          "url": "version",
          "valueString": "0.0.1-snapshot-2"
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cds"
    }
  ],
  "url": "http://hl7.org/fhir/action-participant-type",
  "version": "5.0.0",
  "name": "ActionParticipantType",
  "title": "Action Participant Type",
  "status": "active",
  "experimental": false,
  "date": "2021-01-05T09:01:24+10:00",
  "publisher": "Clinical Decision Support",
  "contact": [
    {
      "name": "Clinical Decision Support",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/dss"
        }
      ]
    }
  ],
  "description": "The type of participant for the action.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/action-participant-type|4.3.0",
  "content": "complete",
  "concept": [
    {
      "code": "careteam",
      "display": "CareTeam",
      "definition": "The participant is a care team caring for the patient under evaluation."
    },
    {
      "code": "device",
      "display": "Device",
      "definition": "The participant is a system or device used in the care of the patient."
    },
    {
      "code": "group",
      "display": "Group",
      "definition": "The participant is a group of participants involved in the care of the patient."
    },
    {
      "code": "healthcareservice",
      "display": "HealthcareService",
      "definition": "The participant is an institution that can provide the given healthcare service used in the care of the patient."
    },
    {
      "code": "location",
      "display": "Location",
      "definition": "The participant is a location involved in the care of the patient."
    },
    {
      "code": "organization",
      "display": "Organization",
      "definition": "The participant is an organization involved in the care of the patient."
    },
    {
      "code": "patient",
      "display": "Patient",
      "definition": "The participant is the patient under evaluation."
    },
    {
      "code": "practitioner",
      "display": "Practitioner",
      "definition": "The participant is a practitioner involved in the patient's care."
    },
    {
      "code": "practitionerrole",
      "display": "PractitionerRole",
      "definition": "The participant is a particular practitioner role involved in the patient's care."
    },
    {
      "code": "relatedperson",
      "display": "RelatedPerson",
      "definition": "The participant is a person related to the patient."
    }
  ]
}