0.1.0 - ci-build

KenyaDiagnosticsFHIRIG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: drtb-lab-request - TTL Representation

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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:ServiceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-drtb-lab-request"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.nphl.go.ke/StructureDefinition/KenyaDiagnosticServiceRequest"^^xsd:anyURI ;
fhir:link <http://fhir.nphl.go.ke/StructureDefinition/KenyaDiagnosticServiceRequest>     ] )
  ] ; # 
  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: ServiceRequest example-drtb-lab-request</b></p><a name=\"example-drtb-lab-request\"> </a><a name=\"hcexample-drtb-lab-request\"> </a><a name=\"example-drtb-lab-request-en-US\"> </a><p><b>identifier</b>: <code>http://example.org/ServiceRequest/SR001</code>/drtb-lab-request-123456789</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 108252007}\">Laboratory procedure</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 104001}\">Excision of lesion of patella</span></p><p><b>subject</b>: <a href=\"example-drtb-patient\">example-drtb-patient</a></p><p><b>requester</b>: <a href=\"Organization-example-lab-organization--jootrh.html\">Organization Jaramogi Oginga Odinga Teaching and Referal Hospital</a></p><p><b>performer</b>: <a href=\"Organization-example-lab-organization--cgrh.html\">Organization Coast General Teaching and Referal Hospital</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://fhir.nphl.go.ke/CodeSystem/LabOrderJustificationsCS KDRTB.B1}\">DRTB-Justification-B1 - Baseline</span></p><p><b>specimen</b>: <a href=\"example-drtb-specimen\">example-drtb-specimen</a></p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://example.org/ServiceRequest/SR001"^^xsd:anyURI ] ;
fhir:value [ fhir:v "drtb-lab-request-123456789" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:category ( [
    ( fhir:coding [
a sct:108252007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "108252007" ] ;
fhir:display [ fhir:v "Laboratory procedure" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a sct:104001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "104001" ] ;
fhir:display [ fhir:v "Excision of lesion of patella" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "example-drtb-patient" ]
  ] ; # 
  fhir:requester [
fhir:reference [ fhir:v "Organization/example-lab-organization--jootrh" ]
  ] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Organization/example-lab-organization--cgrh" ]
  ] ) ; # 
  fhir:reasonCode ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://fhir.nphl.go.ke/CodeSystem/LabOrderJustificationsCS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "KDRTB.B1" ]     ] )
  ] ) ; # 
  fhir:specimen ( [
fhir:reference [ fhir:v "example-drtb-specimen" ]
  ] ) . #