GAO Ballot Package

This page is part of the FHIR Specification (v1.1.0: STU 3 Ballot 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

This is a frozen snapshot of the FHIR specification created for the purpose of balloting the GAO implementation Guide. It includes draft changes that may be part of the future DSTU 2.1 release but further change is expected. Readers should focus solely on the GAO implementation content, and FHIR DSTU 2 for other purposes.

Uslab\cond-uslab-example1.json

Raw JSON (canonical form)

USLab Condition Profile Canonical Example: Lead Exposure

{
  "resourceType": "Condition",
  "id": "cond-uslab-example1",
  "text": {
    "status": "generated",
    "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: cond-uslab-example1</p><p><b>patient</b>: <a>Todd Lerr</a></p><p><b>code</b>: Increased lead level <span>(Details : {SNOMED CT code '407152001' = '407152001', given as 'Increased blood lead level'})</span></p><p><b>category</b>: Diagnosis <span>(Details : {http://hl7.org/fhir/condition-category code 'diagnosis' = 'Diagnosis', given as 'Diagnosis'})</span></p><p><b>verificationStatus</b>: provisional</p><p><b>notes</b>: Elevated lead levels on screening</p></div>"
  },
  "patient": {
    "reference": "Patient/patient-uslab-example1",
    "display": "Todd Lerr"
  },
  "code": {
    "fhir_comments": [
      "  EH note to balloters-  these examples are  to demonstrate content and structure the clinical scenario is artificial.  "
    ],
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "407152001",
        "display": "Increased blood lead level"
      }
    ],
    "text": "Increased lead level"
  },
  "category": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/condition-category",
        "code": "diagnosis",
        "display": "Diagnosis"
      }
    ]
  },
  "verificationStatus": "provisional",
  "notes": "Elevated lead levels on screening"
}

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.