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

FHIR IG Statistics: CodeSystem/us-ph-valueset-usecontext-codes

Packagehl7.fhir.us.medmorph
TypeCodeSystem
Idus-ph-valueset-usecontext-codes
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/medmorph/https://build.fhir.org/ig/HL7/fhir-medmorph/CodeSystem-us-ph-valueset-usecontext-codes.html
URLhttp://hl7.org/fhir/us/medmorph/CodeSystem/us-ph-valueset-usecontext-codes
Version1.0.0
Statusactive
Date2020-09-06
NameUSPublicHealthValueSetUseContextCodes
TitleUS Public Health CodeSystem for ValueSet Use Context Codes
Realmus
Authorityhl7
DescriptionThe US Public Health UseContext CodeSystem is a 'starter set' of codes supported for identifying use context codes in ValueSet.
Contentcomplete

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/us/medmorph/CodeSystem/us-ph-valueset-usecontext-codes defines the following codes:

CodeDisplayDefinition
ph-reporting ValueSet is to be used in the context of public health reporting use cases.ValueSet is to be used for the purposes of public health reporting.
research-reporting ValueSet is to be used in the context of research reporting use cases.ValueSet is to be used for the purposes of research reporting.

Source

{
  "resourceType": "CodeSystem",
  "id": "us-ph-valueset-usecontext-codes",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/us/medmorph/CodeSystem/us-ph-valueset-usecontext-codes",
  "version": "1.0.0",
  "name": "USPublicHealthValueSetUseContextCodes",
  "title": "US Public Health CodeSystem for ValueSet Use Context Codes",
  "status": "active",
  "experimental": true,
  "date": "2020-09-06",
  "publisher": "HL7 International - Public Health Work Group",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/Special/committees/pher"
        }
      ]
    }
  ],
  "description": "The US Public Health UseContext CodeSystem is a 'starter set' of codes supported for identifying use context codes in ValueSet.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "count": 2,
  "concept": [
    {
      "code": "ph-reporting",
      "display": "ValueSet is to be used in the context of public health reporting use cases.",
      "definition": "ValueSet is to be used for the purposes of public health reporting."
    },
    {
      "code": "research-reporting",
      "display": "ValueSet is to be used in the context of research reporting use cases.",
      "definition": "ValueSet is to be used for the purposes of research reporting."
    }
  ]
}