Skip to content

Meta Codes

angshuman sarkar edited this page Jul 15, 2020 · 3 revisions
Purpose of Use codes

The following codes are referenced from FHIR Purpose of Use Value Set, which in turn includes codes from HL7 ActReason. The reference CM exposes an API to express the Purpose of Codes in FHIR Value Set standard.

Please see below for examples:

{
    "code": "CAREMGT",
    "display": "Care Management"
},
{
    "code": "BTG",
    "display": "Break the Glass"
},
{
    "code": "PUBHLTH",
    "display": "Public Health"
},
{
    "code": "GOV",
    "display": "Government"
},
{
    "code": "HPAYMT",
    "display": "Healthcare Payment"
},
{
    "code": "DSRCH",
    "display": "Disease Specific Healthcare Research"
},
{
   "code": "PATRQT",
   "display": "Self Requested"
}
Health Information (HI) type codes

The following codes are defined as the exchangeable Health Information (HI) types. In the reference implementations, they are synonymous to the FHIR resource types. It is expected that a competent authority will define such HI types that are accepted within the affinity domain.

The reference CM implementation exposes an API using FHIR Value Set specification to express the HI Types.

Please see below for examples:

{
  "code": "Condition",
  "display": "Condition"
},
{
  "code": "Observation",
  "display": "Observation"
},
{
  "code": "DiagnosticReport",
  "display": "Diagnostic Report"
},
{
  "code": "MedicationRequest",
  "display": "Prescribed Medications"
},
{
  "code": "DocumentReference",
  "display": "Clinical Documents"
},
{
  "code": "Prescription",
  "display": "Prescription"
},
{
  "code": "DischargeSummary",
  "display": "Discharge Summary"
}