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 . Page versions: R3 R2

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.

Dataelement-labtestmaster-example.json

Raw JSON (canonical form)

Prothrombin time for lab test master file

{
  "resourceType": "DataElement",
  "id": "prothrombin",
  "text": {
    "fhir_comments": [
      "   text>\n\t\t\tgenerated by build process\n\t\t</text    "
    ],
    "status": "generated",
    "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: prothrombin</p><p><b>identifier</b>: Prothrombin Time, PT = 11</p><p><b>name</b>: Prothrombin Time</p><p><b>status</b>: active</p><h3>Mappings</h3><table><tr><td>-</td><td><b>Identity</b></td><td><b>Uri</b></td><td><b>Name</b></td><td><b>Comments</b></td></tr><tr><td>*</td><td>loinc</td><td><a>http://loinc.org/</a></td><td>LOINC</td><td>Version 2.48 or later</td></tr></table><p><b>element</b>: todo-bundle</p></div>"
  },
  "identifier": [
    {
      "type": {
        "text": "Prothrombin Time, PT"
      },
      "system": "http://www.CenturyHospital/Laboratory/DirectoryofServices",
      "value": "11",
      "period": {
        "start": "2011-05-19"
      },
      "assigner": {
        "display": "Century Hospital Laboratory"
      }
    }
  ],
  "name": "Prothrombin Time",
  "status": "active",
  "mapping": [
    {
      "identity": "loinc",
      "uri": "http://loinc.org/",
      "name": "LOINC",
      "comments": "Version 2.48 or later"
    }
  ],
  "element": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-allowedUnits",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://unitsofmeasure.org",
                "version": "1.9",
                "code": "s",
                "display": "second",
                "userSelected": true
              }
            ],
            "text": "second"
          }
        }
      ],
      "path": "prothrombin",
      "definition": "The PT test evaluates the extrinsic and common pathways of the coagulation cascade.",
      "comments": "Used to screen the integrity of the extrinsic and common pathways of coagulation and to monitor warfarin anticoagulation. ",
      "requirements": "This test is orderable. A plasma specimen in a 3.2% sodium citrate blue top tube is required.",
      "alias": [
        "Protime, PT"
      ],
      "type": [
        {
          "code": "decimal"
        }
      ],
      "exampleDecimal": 10.0,
      "_exampleDecimal": {
        "fhir_comments": [
          "    Is this the FHIR datatype for the observation? ( ie the datatype when ordering the test) or the Result? ( ie. numeric, codeable concept or text for lab tests )   "
        ]
      },
      "mapping": [
        {
          "fhir_comments": [
            "    Is this the an example result like \"10.0\"  for the observation/dataelement?    "
          ],
          "identity": "loinc",
          "map": "5964-2"
        }
      ]
    }
  ]
}

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.