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

FHIR IG Statistics: CodeSystem/us-ph-usage-context

Packagehl7.fhir.us.ecr
TypeCodeSystem
Idus-ph-usage-context
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/ecr/https://build.fhir.org/ig/HL7/case-reporting/CodeSystem-us-ph-usage-context.html
URLhttp://hl7.org/fhir/us/ecr/CodeSystem/us-ph-usage-context
Version2.1.2
Statusactive
Date2020-10-26
NameUSPublicHealthUsageContext
TitleUS Public Health Usage Context
Realmus
Authorityhl7
DescriptionThis code system contains codes that identify the use context of a ValueSet or Library.
Contentcomplete

Resources that use this resource

ValueSet
us-ph-valueset-priorityUS Public Health ValueSet Priority

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem us-ph-usage-context

This case-sensitive code system http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-usage-context defines the following codes:

CodeDisplayDefinition
emergent EmergentThe artifact is an emergent reporting specification program release.
program ProgramThe artifact is a reporting specification program.
routine RoutineThe artifact is a routine reporting specification program release.
supplemental SupplementalThe artifact is applicable only when determining whether an event is suspected reportable.
triggering TriggeringThe artifact is applicable when identifying a triggering event.
value-set-library ValueSet LibraryThe artifact is a ValueSet Library.

Source

{
  "resourceType": "CodeSystem",
  "id": "us-ph-usage-context",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-codesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pher"
    }
  ],
  "url": "http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-usage-context",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.40.46.16.8"
    }
  ],
  "version": "2.1.2",
  "name": "USPublicHealthUsageContext",
  "title": "US Public Health Usage Context",
  "status": "active",
  "experimental": false,
  "date": "2020-10-26",
  "publisher": "HL7 International / Public Health",
  "contact": [
    {
      "name": "HL7 International / Public Health",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/pher"
        }
      ]
    }
  ],
  "description": "This code system contains codes that identify the use context of a ValueSet or Library.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States of America"
        }
      ],
      "text": "United States of America"
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "emergent",
      "display": "Emergent",
      "definition": "The artifact is an emergent reporting specification program release."
    },
    {
      "code": "program",
      "display": "Program",
      "definition": "The artifact is a reporting specification program."
    },
    {
      "code": "routine",
      "display": "Routine",
      "definition": "The artifact is a routine reporting specification program release."
    },
    {
      "code": "supplemental",
      "display": "Supplemental",
      "definition": "The artifact is applicable only when determining whether an event is suspected reportable."
    },
    {
      "code": "triggering",
      "display": "Triggering",
      "definition": "The artifact is applicable when identifying a triggering event."
    },
    {
      "code": "value-set-library",
      "display": "ValueSet Library",
      "definition": "The artifact is a ValueSet Library."
    }
  ]
}