2nd DSTU Draft For Comment

This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). 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",
  "identifier": {
    "label": "Prothrombin Time, PT",
    "system": "htpp://www.CenturyHospital/Laboratory/DirectoryofServices",
    "value": "11",
    "period": {
      "start": "2011-05-19"
    },
    "assigner": {
      "display": "Century Hospital Laboratory"
    }
  },
  "status": "active",
  "name": "Prothrombin Time",
  "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.",
  "synonym": [
    "Protime, PT"
  ],
  "type": "Decimal",
  "exampleDecimal": 10.0,
  "unitsCodeableConcept": {
    "coding": [
      {
        "system": "http:/unitsofmeasure.org",
        "version": "1.9",
        "code": "s",
        "display": "second",
        "primary": true,
        "valueSet": {
          "reference": "http:/unitsofmeasure.org/vs",
          "display": "UCUM"
        }
      }
    ],
    "text": "second"
  },
  "mapping": [
    {
      "uri": "http://loinc.org/",
      "name": "LOINC",
      "comments": "Version 2.48 or later",
      "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.