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 R2

Using Codes Code Systems Value Sets Concept Maps Identifier Systems 4.3.15.100 HL7 Version 2 Table 0100

Example QuestionnaireResponse/bb (JSON)

External ValueSet Resource XML / JSON
Vocabulary FHIR Infrastructure Work Group   Maturity Level : N/A Use Context Standards Status : Any This is a table defined as part of HL7 v2 . Summary Code System URL: http://terminology.hl7.org/CodeSystem/v2-0100 Value Set URL: http://terminology.hl7.org/ValueSet/v2-0100 Version: 2.9 Name: v2.0100 Title: v2 WHEN TO CHARGE Definition: FHIR Value set/code system definition for HL7 v2 table 0100 ( WHEN TO CHARGE) OID: ?? CodeSystem Resource Informative XML / JSON Compartments : Device , Encounter , Patient , Practitioner , RelatedPerson
Note: V2 code systems may or may not be case sensitive. V2 Code systems will have the CodeSystem.caseSensitive correctly populated in a future version of this specification. This value set is not currently used 4.3.15.100.1 Code System Content

This code system http://terminology.hl7.org/CodeSystem/v2-0100 defines the following codes: Code Display Definition Version D en: On discharge de: Bei Entlassung nl: Bij ontslag from v2.1 O en: On receipt of order de: Bei Auftragseingang nl: Bij ontvangst van aanvraag from v2.1 R Raw JSON en: At time service is completed de: Mit Ende der Leistungserbringung nl: Bij voltooiing service from v2.1 S ( canonical form en: At time service is started de: Am Beginn der Leistungserbringung nl: Bij aanvang service from v2.1 T + also see JSON Format Specification en: At a designated date/time de: Zum angegebenen Zeitpunkt nl: Op opgegeven moment from v2.1 This code system http://terminology.hl7.org/CodeSystem/v2-0100 defines the following codes: )

Code Display Definition Version D On discharge from v2.1 O On receipt of order from v2.1 R At time service is completed from v2.1 S At time service is started from v2.1 T At a designated date/time from v2.1

This code system http://terminology.hl7.org/CodeSystem/v2-0100 defines the following codes: Real-world NSW My Personal Health Record example

Code Display Definition Version D Bei Entlassung from v2.1 O Bei Auftragseingang from v2.1 R Mit Ende der Leistungserbringung from v2.1 S Am Beginn der Leistungserbringung from v2.1 T Zum angegebenen Zeitpunkt from v2.1
{
  "resourceType" : "QuestionnaireResponse",
  "id" : "bb",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <pre>\n        Cathy Jones, female. Birth weight 3.25 kg at 44.3 cm. \n        Injection of Vitamin K given on 1972-11-30 (first dose) and 1972-12-11 (second dose)\n        Note: Was able to speak Chinese at birth.\n      </pre>\n    </div>"
  },
  "questionnaire" : "http://hl7.org/fhir/Questionnaire/bb",
  "status" : "completed",
  "subject" : {
    "reference" : "http://hl7.org/fhir/Patient/1",
    "type" : "Patient"
  },
  "authored" : "2013-02-19T14:15:00+10:00",
  "author" : {
    "reference" : "http://hl7.org/fhir/Practitioner/example",
    "type" : "Practitioner"
  },
  "item" : [{
    "linkId" : "birthDetails",
    "text" : "Birth details - To be completed by health professional",
    "item" : [{
      "linkId" : "group",
      "item" : [{
        "linkId" : "nameOfChild",
        "text" : "Name of child",
        "answer" : [{
          "valueString" : "Cathy Jones"
        }]
      },
      {
        "linkId" : "sex",
        "text" : "Sex",
        "answer" : [{
          "valueCoding" : {
            "code" : "F"
          }
        }]
      }]
    },
    {
      "linkId" : "neonatalInformation",
      "text" : "Neonatal Information",
      "item" : [{
        "linkId" : "birthWeight",
        "text" : "Birth weight (kg)",
        "answer" : [{
          "valueDecimal" : 3.25
        }]
      },
      {
        "linkId" : "birthLength",
        "text" : "Birth length (cm)",
        "answer" : [{
          "valueDecimal" : 44.3
        }]
      },
      {
        "linkId" : "vitaminKgiven",
        "text" : "Vitamin K given",
        "answer" : [{
          "valueCoding" : {
            "code" : "INJECTION"
          },
          "item" : [{
            "linkId" : "vitaminKgivenDoses",
            "item" : [{
              "linkId" : "vitaminKDose1",
              "text" : "1st dose",
              "answer" : [{
                "valueDateTime" : "1972-11-30"
              }]
            },
            {
              "linkId" : "vitaminKDose2",
              "text" : "2nd dose",
              "answer" : [{
                "valueDateTime" : "1972-12-11"
              }]
            }]
          }]
        }]
      },
      {
        "linkId" : "hepBgiven",
        "text" : "Hep B given y / n",
        "answer" : [{
          "valueBoolean" : true,
          "item" : [{
            "linkId" : "hepBgivenDate",
            "text" : "Date given",
            "answer" : [{
              "valueDate" : "1972-12-04"
            }]
          }]
        }]
      },
      {
        "linkId" : "abnormalitiesAtBirth",
        "text" : "Abnormalities noted at birth",
        "answer" : [{
          "valueString" : "Already able to speak Chinese"
        }]
      }]
    }]
  }]
}

Dit code systeem http://terminology.hl7.org/CodeSystem/v2-0100 definieert de volgende codes: Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.

Code Display Definition Versie D Bij ontslag from v2.1 O Bij ontvangst van aanvraag from v2.1 R Bij voltooiing service from v2.1 S Bij aanvang service from v2.1 T Op opgegeven moment from v2.1
try { var currentTabIndex = sessionStorage.getItem('fhir-cslang-tab-index'); } catch(exception){ } if (!currentTabIndex) currentTabIndex = '0'; $( '#tabs' ).tabs({ active: currentTabIndex, activate: function( event, ui ) { var active = $('.selector').tabs('option', 'active'); currentTabIndex = ui.newTab.index(); document.activeElement.blur(); try { sessionStorage.setItem('fhir-cslang-tab-index', currentTabIndex); } catch(exception){ } } });