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
@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-cbc-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-cbc-lab-request</b></p><a name=\"example-cbc-lab-request\"> </a><a name=\"hcexample-cbc-lab-request\"> </a><a name=\"example-cbc-lab-request-en-US\"> </a><p><b>identifier</b>: <code>http://example.org/ServiceRequest/SR001</code>/cbc-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=\"Patient-example-cbc-patient.html\">John Patient Male, DoB: 1990-01-01 ( National unique individual identifier)</a></p><p><b>requester</b>: <a href=\"Organization-example-lab-organization--cgrh.html\">Organization Coast General Teaching and Referal Hospital</a></p><p><b>performer</b>: <a href=\"Organization-example-lab-organization--jootrh.html\">Organization Jaramogi Oginga Odinga Teaching and Referal Hospital</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://fhir.nphl.go.ke/CodeSystem/LabOrderJustificationsCS KDSTB.B1}\">DSTB-Justification-B1 - Baseline</span></p><p><b>specimen</b>: <a href=\"Specimen-example-cbc-specimen.html\">Specimen: status = available; type = specimen</a></p></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://example.org/ServiceRequest/SR001"^^xsd:anyURI ] ;
fhir:value [ fhir:v "cbc-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 "Patient/example-cbc-patient" ]
] ; #
fhir:requester [
fhir:reference [ fhir:v "Organization/example-lab-organization--cgrh" ]
] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Organization/example-lab-organization--jootrh" ]
] ) ; #
fhir:reasonCode ( [
( fhir:coding [
fhir:system [ fhir:v "http://fhir.nphl.go.ke/CodeSystem/LabOrderJustificationsCS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "KDSTB.B1" ] ] )
] ) ; #
fhir:specimen ( [
fhir:reference [ fhir:v "Specimen/example-cbc-specimen" ]
] ) . #
IG © 2024+ DNLS. Package fhir.ke-moh-diagnostics#0.1.0 based on FHIR 4.0.1. Generated 2024-11-27
Links: Table of Contents |
QA Report