STU 3 Ballot

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

Dataelement-labtestmaster-example.ttl

Raw Turtle, JSON-LD

Prothrombin time for lab test master file

@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/DataElement/prothrombin> a fhir:DataElement;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "prothrombin"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><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>status</b>: active</p><p><b>name</b>: Prothrombin Time</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>Comment</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>"
  ];
  fhir:DataElement.identifier [
     fhir:index 0;
     fhir:Identifier.type [
       fhir:CodeableConcept.text [ fhir:value "Prothrombin Time, PT" ]
     ];
     fhir:Identifier.system [ fhir:value "http://www.CenturyHospital/Laboratory/DirectoryofServices" ];
     fhir:Identifier.value [ fhir:value "11" ];
     fhir:Identifier.period [
       fhir:Period.start [ fhir:value "2011-05-19"^^xsd:date ]
     ];
     fhir:Identifier.assigner [
       fhir:Reference.display [ fhir:value "Century Hospital Laboratory" ]
     ]
  ];
  fhir:DataElement.status [ fhir:value "active"];
  fhir:DataElement.name [ fhir:value "Prothrombin Time"];
  fhir:DataElement.mapping [
     fhir:index 0;
     fhir:DataElement.mapping.identity [ fhir:value "loinc" ];
     fhir:DataElement.mapping.uri [ fhir:value "http://loinc.org/" ];
     fhir:DataElement.mapping.name [ fhir:value "LOINC" ];
     fhir:DataElement.mapping.comment [ fhir:value "Version 2.48 or later" ]
  ];
  fhir:DataElement.element [
     fhir:index 0;
     fhir:extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-allowedUnits" ];
       fhir:Extension.valueCodeableConcept [
         fhir:CodeableConcept.coding [
           fhir:index 0;
           fhir:Coding.system [ fhir:value "http://unitsofmeasure.org" ];
           fhir:Coding.version [ fhir:value "1.9" ];
           fhir:Coding.code [ fhir:value "s" ];
           fhir:Coding.display [ fhir:value "second" ];
           fhir:Coding.userSelected [ fhir:value "true"^^xsd:boolean ]
         ];
         fhir:CodeableConcept.text [ fhir:value "second" ]
       ]
     ];
     fhir:ElementDefinition.path [ fhir:value "prothrombin" ];
     fhir:ElementDefinition.definition [ fhir:value "The PT test evaluates the extrinsic and common pathways of the coagulation cascade." ];
     fhir:ElementDefinition.comments [ fhir:value "Used to screen the integrity of the extrinsic and common pathways of coagulation and to monitor warfarin anticoagulation. " ];
     fhir:ElementDefinition.requirements [ fhir:value "This test is orderable. A plasma specimen in a 3.2% sodium citrate blue top tube is required." ];
     fhir:ElementDefinition.alias [
       fhir:value "Protime, PT";
       fhir:index 0
     ];
     fhir:ElementDefinition.type [
       fhir:index 0;
       fhir:ElementDefinition.type.code [ fhir:value "decimal" ]
     ];
     fhir:ElementDefinition.exampleDecimal [ fhir:value "10.0"^^xsd:decimal ];
     fhir:ElementDefinition.mapping [
       fhir:index 0;
       fhir:ElementDefinition.mapping.identity [ fhir:value "loinc" ];
       fhir:ElementDefinition.mapping.map [ fhir:value "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.