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

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

Packagehl7.fhir.us.medmorph
Resource TypeCodeSystem
Idus-ph-usage-context-example
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/medmorph/https://build.fhir.org/ig/HL7/fhir-medmorph/CodeSystem-us-ph-usage-context-example.html
URLhttp://hl7.org/fhir/us/medmorph/CodeSystem/us-ph-usage-context-example
Version1.0.0
Statusactive
Date2020-10-26
NameUSPublicHealthUsageContextExample
TitleUS Public Health Usage Context Example
Realmus
Authorityhl7
DescriptionThis code system contains codes that identify the use context of a ValueSet or Library.
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

Properties

This code system defines the following properties for its concepts

CodeTypeDescription
typecodeType of usage contexts.

Concepts

This code system http://hl7.org/fhir/us/medmorph/CodeSystem/us-ph-usage-context-example 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-example",
  "meta": {
    "versionId": "8",
    "lastUpdated": "2022-07-22T00:06:40.373+00:00",
    "source": "#yfql7Ak1sBBswhyr",
    "profile": [
      "http://hl7.org/fhir/us/medmorph/StructureDefinition/us-ph-codesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/us/medmorph/CodeSystem/us-ph-usage-context-example",
  "version": "1.0.0",
  "name": "USPublicHealthUsageContextExample",
  "title": "US Public Health Usage Context Example",
  "status": "active",
  "experimental": true,
  "date": "2020-10-26",
  "publisher": "HL7 International - Public Health Work Group",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://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"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "property": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/us/medmorph/StructureDefinition/us-ph-codesystem-property-binding-extension",
          "valueCanonical": "http://hl7.org/fhir/us/medmorph/CodeSystem/us-ph-usage-context"
        }
      ],
      "code": "type",
      "description": "Type of usage contexts.",
      "type": "code"
    }
  ],
  "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."
    }
  ]
}