DSTU2 Ballot Source

This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). 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

Dataelement-labtestmaster-example.json

Raw JSON (canonical form)

Prothrombin time for lab test master file

{
  "resourceType": "DataElement",
  "id": "prothrombin",
  "text": {
    "status": "generated",
    "div": "<div>!-- Snipped for Brevity --></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",
                "primary": 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,
      "mapping": [
        {
          "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.