Hospital-Community Lab Referral Cycle
1.1.0 - ci-build

This page is part of the LRC IG (v1.1.0: draft-1 Draft) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Meuhedet Lab Result Code - TTL Representation

Draft as of 2024-08-12

Raw ttl | Download


@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 -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "meuhedet-lab-result-code"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem meuhedet-lab-result-code</b></p><a name=\"meuhedet-lab-result-code\"> </a><a name=\"hcmeuhedet-lab-result-code\"> </a><a name=\"meuhedet-lab-result-code-en-US\"> </a><p>This case-insensitive code system <code>http://ig.fhir-il-community.org/LRC/CodeSystem/meuhedet-lab-result-code</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">600<a name=\"meuhedet-lab-result-code-600\"> </a></td><td>CBC</td></tr><tr><td style=\"white-space:nowrap\">624<a name=\"meuhedet-lab-result-code-624\"> </a></td><td>PT</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://ig.fhir-il-community.org/LRC/CodeSystem/meuhedet-lab-result-code"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.1.0"] ; # 
  fhir:name [ fhir:v "MeuhedetLabResultCode"] ; # 
  fhir:title [ fhir:v "Meuhedet Lab Result Code"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-08-12T15:11:38+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "FHIR-il community"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "FHIR-il community" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://ig.fhir-il-community.org" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "List of Lab result codes for Meuhadet HMO"] ; # 
  fhir:caseSensitive [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "600" ] ;
fhir:display [ fhir:v "CBC" ]
  ] [
fhir:code [ fhir:v "624" ] ;
fhir:display [ fhir:v "PT" ]
  ] ) . #