Release 4 R5 Final QA

This page is part of the FHIR Specification (v4.0.1: R4 (v5.0.0-draft-final: Final QA Preview for R5 - Mixed Normative and STU see ballot notes ) in it's permanent home (it will always be available at this URL). ). The current version which supercedes this version is 5.0.0 . For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 Using Codes Code Systems Value Sets Concept Maps Identifier Systems R3 4.3.14.306 R2 Code System http://terminology.hl7.org/CodeSystem/medication-admin-category

Example FamilyMemberHistory/mother (JSON)

Source Resource XML / JSON
Pharmacy Patient Care Work Group   Maturity Level : 0 N/A Informative Use Context Standards Status : Any This is a code system defined by the FHIR project. Summary Defining URL: http://terminology.hl7.org/CodeSystem/medication-admin-category Version: 4.0.1 Name: MedicationAdministration Category Codes Title: Medication administration category codes Definition: MedicationAdministration Category Codes Committee: Informative Pharmacy Compartments : Patient Work Group OID: 2.16.840.1.113883.4.642.4.1111 (for OID based terminology systems)
This Code system is used in the following value sets: ValueSet: Medication administration category codes (MedicationAdministration Category Codes)

This code system http://terminology.hl7.org/CodeSystem/medication-admin-category defines the following codes: Code Display Definition inpatient Raw JSON Inpatient Includes administrations in an inpatient or acute care setting outpatient ( canonical form Outpatient Includes administrations in an outpatient setting (for example, Emergency Department, Outpatient Clinic, Outpatient Surgery, Doctor's office) community + also see JSON Format Specification Community Includes administrations by the patient in their home (this would include long term care or nursing homes, hospices, etc.)   )

See the full registry of code systems defined as part of FHIR. Mother died from a stroke aged 56. Brother with diabetes.

{
  "resourceType" : "FamilyMemberHistory",
  "id" : "mother",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Mother died of a stroke aged 56</div>"
  },
  "status" : "completed",
  "patient" : {
    "reference" : "Patient/100",
    "display" : "Peter Patient"
  },
  "relationship" : {
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
      "code" : "MTH",
      "display" : "mother"
    }]
  },
  "condition" : [{
    "code" : {
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "code" : "371041009",
        "display" : "Embolic Stroke"
      }],
      "text" : "Stroke"
    },
    "onsetAge" : {
      "value" : 56,
      "unit" : "yr",
      "system" : "http://unitsofmeasure.org",
      "code" : "a"
    }
  }]
}

Explanation of the columns that may appear on this page: Level A few code lists that FHIR defines are hierarchical - each code is assigned a level. See Code System for further information. Source The source of the definition of the code (when the value set draws in codes defined elsewhere) Code The code (used as the code in the resource instance). If the code is in italics, this indicates Usage note: every effort has been made to ensure that the code is examples are correct and useful, but they are not selectable ('Abstract') Display The display (used in the display element of a Coding ). If there is no display, implementers should not simply display the code, but map the concept into their application Definition An explanation of the meaning normative part of the concept Comments Additional notes about how to use the code specification.