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

FHIR IG Statistics: ValueSet/ADIPMOConsentCategoriesVS

Packagehl7.fhir.us.pacio-adi
TypeValueSet
IdADIPMOConsentCategoriesVS
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/pacio-adi/https://build.fhir.org/ig/HL7/fhir-pacio-adi/ValueSet-ADIPMOConsentCategoriesVS.html
URLhttp://hl7.org/fhir/us/pacio-adi/ValueSet/ADIPMOConsentCategoriesVS
Version2.0.0
Statusactive
Date2025-07-21T15:40:21+00:00
NameADIPMOConsentCategoriesVS
TitlePortable Medical Order Categories
Realmus
Authorityhl7
DescriptionCodes indicating Categories of Portable Medical Orders.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
consentcategorycodesConsent Category Codes
consentcategorycodesConsent Category Codes

Narrative

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

Generated Narrative: ValueSet ADIPMOConsentCategoriesVS

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/consentcategorycodes
    CodeDisplayDefinition
    dnrDo Not ResuscitateA legal document, signed by both the patient and their provider, stating a desire not to have CPR initiated in case of a cardiac event.
    polstPOLSTThe Physician Order for Life-Sustaining Treatment form records a person's health care wishes for end of life emergency treatment and translates them into an order by the physician. It must be reviewed and signed by both the patient and the physician, Advanced Registered Nurse Practitioner or Physician Assistant.

Source

{
  "resourceType": "ValueSet",
  "id": "ADIPMOConsentCategoriesVS",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pe"
    }
  ],
  "url": "http://hl7.org/fhir/us/pacio-adi/ValueSet/ADIPMOConsentCategoriesVS",
  "version": "2.0.0",
  "name": "ADIPMOConsentCategoriesVS",
  "title": "Portable Medical Order Categories",
  "status": "active",
  "experimental": false,
  "date": "2025-07-21T15:40:21+00:00",
  "publisher": "HL7 International / Patient Empowerment",
  "contact": [
    {
      "name": "HL7 International / Patient Empowerment",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/patientempowerment"
        },
        {
          "system": "email",
          "value": "patients@lists.HL7.org"
        }
      ]
    }
  ],
  "description": "Codes indicating Categories of Portable Medical Orders.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States of America"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/consentcategorycodes",
        "concept": [
          {
            "code": "dnr",
            "display": "Do Not Resuscitate"
          },
          {
            "code": "polst",
            "display": "POLST"
          }
        ]
      }
    ]
  }
}