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

FHIR IG Statistics: ValueSet/au-erequesting-communicationrequest-patientcategory

Packagehl7.fhir.au.ereq
TypeValueSet
Idau-erequesting-communicationrequest-patientcategory
FHIR VersionR4
Sourcehttp://hl7.org.au/fhir/ereq/https://build.fhir.org/ig/mjosborne1/mjo-au-fhir-erequesting/ValueSet-au-erequesting-communicationrequest-patientcategory.html
URLhttp://hl7.org.au/fhir/ereq/ValueSet/au-erequesting-communicationrequest-patientcategory
Version0.3.0-ci-build
Statusdraft
Date2025-02-04
NameAUeRequestingCommunicationRequestPatientCategory
TitleAU eRequesting CommunicationRequest Patient Category
Realmau
Authorityhl7
DescriptionCategory values for patient communication used in the Australian eRequesting context.
CopyrightUsed by permission of HL7 International, all rights reserved Creative Commons License. HL7 Australia© 2024+; Licensed Under Creative Commons No Rights Reserved.

Resources that use this resource

StructureDefinition
au-erequesting-communicationrequest-patientAU eRequesting CommunicationRequest Patient

Resources that this resource uses

CodeSystem
communication-categoryCommunicationCategory
communication-categoryCommunicationCategory

Narrative

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

Generated Narrative: ValueSet au-erequesting-communicationrequest-patientcategory

Profile: https://healthterminologies.gov.au/fhir/StructureDefinition/composed-value-set-4


Source

{
  "resourceType": "ValueSet",
  "id": "au-erequesting-communicationrequest-patientcategory",
  "meta": {
    "profile": [
      "https://healthterminologies.gov.au/fhir/StructureDefinition/composed-value-set-4"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "draft",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org.au/fhir/ereq/ImplementationGuide/hl7.fhir.au.ereq"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org.au/fhir/ereq/ValueSet/au-erequesting-communicationrequest-patientcategory",
  "version": "0.3.0-ci-build",
  "name": "AUeRequestingCommunicationRequestPatientCategory",
  "title": "AU eRequesting CommunicationRequest Patient Category",
  "status": "draft",
  "experimental": false,
  "date": "2025-02-04",
  "publisher": "HL7 Australia",
  "contact": [
    {
      "name": "HL7 Australia",
      "telecom": [
        {
          "system": "url",
          "value": "https://confluence.hl7.org/display/HAFWG"
        }
      ]
    },
    {
      "name": "HL7 Australia FHIR Work Group",
      "telecom": [
        {
          "system": "url",
          "value": "https://confluence.hl7.org/display/HAFWG",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Category values for patient communication used in the Australian eRequesting context.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "AU"
        }
      ]
    }
  ],
  "copyright": "Used by permission of HL7 International, all rights reserved Creative Commons License. HL7 Australia© 2024+; Licensed Under Creative Commons No Rights Reserved.",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/communication-category",
        "concept": [
          {
            "code": "reminder"
          },
          {
            "code": "instruction"
          }
        ]
      }
    ]
  }
}