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

FHIR IG Statistics: ValueSet/us-ph-valueset-priority

Packagehl7.fhir.us.ph-library
Resource TypeValueSet
Idus-ph-valueset-priority
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/ph-library/https://build.fhir.org/ig/HL7/fhir-us-ph-common-library-ig/ValueSet-us-ph-valueset-priority.html
URLhttp://hl7.org/fhir/us/ph-library/ValueSet/us-ph-valueset-priority
Version1.0.0
Statusactive
Date2021-08-01T00:00:00+10:00
NameUSPublicHealthValueSetPriority
TitleUS Public Health ValueSet Priority
Realmus
Authorityhl7
DescriptionThis value set contains codes representing release priority for ValueSets.

Resources that use this resource

StructureDefinition
us-ph-valuesetUS Public Health ValueSet

Resources that this resource uses

CodeSystem
us-ph-codesystem-usage-contextUS Public Health CodeSystem - Usage Context

Narrative

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


Source

{
  "resourceType": "ValueSet",
  "id": "us-ph-valueset-priority",
  "meta": {
    "versionId": "3",
    "lastUpdated": "2023-07-12T08:53:16.710Z"
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/us/ph-library/ValueSet/us-ph-valueset-priority",
  "version": "1.0.0",
  "name": "USPublicHealthValueSetPriority",
  "title": "US Public Health ValueSet Priority",
  "status": "active",
  "experimental": false,
  "date": "2021-08-01T00:00:00+10:00",
  "publisher": "HL7 Public Health Working Group",
  "contact": [
    {
      "name": "HL7 Public Health Working Group",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/pher"
        },
        {
          "system": "email",
          "value": "pher@lists.HL7.org"
        }
      ]
    }
  ],
  "description": "This value set contains codes representing release priority for ValueSets.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/us/ph-library/CodeSystem/us-ph-codesystem-usage-context",
        "concept": [
          {
            "code": "emergent",
            "display": "Emergent"
          },
          {
            "code": "routine",
            "display": "Routine"
          }
        ]
      }
    ]
  }
}