Order Catalog Implementation Guide
0.1.0 - STU Ballot 1

This page is part of the Order Catalog Implementation Guide (v0.1.0: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: Lab procedure creat renal clearance - TTL Representation

Raw ttl | Download

@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/rdf#> .
@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 -------------------------------------------------------------------

 a fhir:ActivityDefinition;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "example-lab-urine24h-creatinine-clearance"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/LabProcedureDefinition";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/uv/order-catalog/StructureDefinition/LabProcedureDefinition>     ]
  ];
  fhir:Resource.language [ fhir:value "en-US"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\"><p><b>Generated Narrative</b></p><p><b>id</b>: example-lab-urine24h-creatinine-clearance</p><p><b>meta</b>: </p><p><b>language</b>: en-US</p><p><b>url</b>: <a href=\"http://hl7.org/fhir/uv/order-catalog/ActivityDefinition/example-lab-urine24h-creatinine-clearance\">http://hl7.org/fhir/uv/order-catalog/ActivityDefinition/example-lab-urine24h-creatinine-clearance</a></p><p><b>version</b>: 0.1.0</p><p><b>name</b>: UrineCreatinineClearanceProcedure</p><p><b>title</b>: Procedure - 24-hour urine creatinine clearance</p><p><b>status</b>: draft</p><p><b>experimental</b>: true</p><p><b>date</b>: Feb 13, 2020 5:00:00 PM</p><p><b>publisher</b>: HL7 International - Orders and Observations Work Group</p><p><b>contact</b>: http://hl7.org/Special/committees/orders</p><p><b>description</b>: Procedures conveying the creatinine renal clearance in 24h urine observation</p><p><b>jurisdiction</b>: <span title=\"Codes: {http://unstats.un.org/unsd/methods/m49/m49.htm 001}\">World</span></p><p><b>purpose</b>: This procedures only hooks the creatinine renal clearance in 24h urine observation to the laboratory service \"Creatinine 24H renal clearance\"</p><p><b>kind</b>: ServiceRequest</p><p><b>code</b>: <span title=\"Codes: {http://loinc.org 2164-2}\">Creatinine renal clearance in 24 hour Urine and Serum or Plasma</span></p><p><b>observationResultRequirement</b>: <a href=\"ObservationDefinition-example-observation-creatinine-renal-clearance.html\">Generated Summary: id: example-observation-creatinine-renal-clearance; language: en-US; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span>; <span title=\"Codes: {http://loinc.org 2164-2}\">Creatinine renal clearance in 24 hour Urine and Serum or Plasma</span>; permittedDataType: Quantity; preferredReportName: Creatinine renal clearance (volume/time)</a></p></div>"
  ];
  fhir:ActivityDefinition.url [ fhir:value "http://hl7.org/fhir/uv/order-catalog/ActivityDefinition/example-lab-urine24h-creatinine-clearance"];
  fhir:ActivityDefinition.version [ fhir:value "0.1.0"];
  fhir:ActivityDefinition.name [ fhir:value "UrineCreatinineClearanceProcedure"];
  fhir:ActivityDefinition.title [ fhir:value "Procedure - 24-hour urine creatinine clearance"];
  fhir:ActivityDefinition.status [ fhir:value "draft"];
  fhir:ActivityDefinition.experimental [ fhir:value "true"^^xsd:boolean];
  fhir:ActivityDefinition.date [ fhir:value "2020-02-13T18:00:00+01:00"^^xsd:dateTime];
  fhir:ActivityDefinition.publisher [ fhir:value "HL7 International - Orders and Observations Work Group"];
  fhir:ActivityDefinition.contact [
     fhir:index 0;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/Special/committees/orders" ]     ]
  ];
  fhir:ActivityDefinition.description [ fhir:value "Procedures conveying the creatinine renal clearance in 24h urine observation"];
  fhir:ActivityDefinition.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ];
       fhir:Coding.code [ fhir:value "001" ]     ]
  ];
  fhir:ActivityDefinition.purpose [ fhir:value "This procedures only hooks the creatinine renal clearance in 24h urine observation to the laboratory service \"Creatinine 24H renal clearance\""];
  fhir:ActivityDefinition.kind [ fhir:value "ServiceRequest"];
  fhir:ActivityDefinition.code [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a loinc:2164-2;
       fhir:Coding.system [ fhir:value "http://loinc.org" ];
       fhir:Coding.code [ fhir:value "2164-2" ];
       fhir:Coding.display [ fhir:value "Creatinine renal clearance in 24 hour Urine and Serum or Plasma" ]     ]
  ];
  fhir:ActivityDefinition.observationResultRequirement [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "ObservationDefinition/example-observation-creatinine-renal-clearance" ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.