OpenELIS GLOBAL2 Implementation Guide - 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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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:Specimen ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "OpenElisSpecimenExample"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://digi-uw.github.io/openelis-global-ig/StructureDefinition/open-elis-specimen"^^xsd:anyURI ;
fhir:link <http://digi-uw.github.io/openelis-global-ig/StructureDefinition/open-elis-specimen> ] )
] ; #
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: Specimen OpenElisSpecimenExample</b></p><a name=\"OpenElisSpecimenExample\"> </a><a name=\"hcOpenElisSpecimenExample\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-open-elis-specimen.html\">OpenElis Specimen</a></p></div><p><b>identifier</b>: <a href=\"NamingSystem-OpenELISSpecimenIdentifierSystem.html\" title=\"Defined url for Specimen identifier system url \">OpenELISSpecimenIdentifierSystem</a>/9df49e2d-57f7-4e7b-abb1-54d0a1933253</p><p><b>accessionIdentifier</b>: <a href=\"NamingSystem-OpenELISSpecimenIdentifierSystem.html\" title=\"Defined url for Specimen identifier system url \">OpenELISSpecimenIdentifierSystem</a>/TESTA230000000001751</p><p><b>status</b>: Available</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 119361006}\">Plasma specimen</span></p><p><b>subject</b>: <a href=\"Patient-329f09da-0fc9-419d-9575-ace68954426A.html\">moses Mutesa Male, DoB: 1988-03-02 ( https://demo.openelis-global.org/pat_nationalId#OpenELIPatientIdentifierSystem#NA121212)</a></p><p><b>receivedTime</b>: 2023-03-03 07:03:00+0000</p><p><b>request</b>: <a href=\"ServiceRequest-OpenElisServiceRequestExample.html\">ServiceRequest CT Chest</a></p><h3>Collections</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Collected[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>2023-02-03</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "https://demo.openelis-global.org/sampleItem_uuid"^^xsd:anyURI ] ;
fhir:value [ fhir:v "9df49e2d-57f7-4e7b-abb1-54d0a1933253" ]
] ) ; #
fhir:accessionIdentifier [
fhir:system [ fhir:v "https://demo.openelis-global.org/sampleItem_labNo"^^xsd:anyURI ] ;
fhir:value [ fhir:v "TESTA230000000001751" ]
] ; #
fhir:status [ fhir:v "available"] ; #
fhir:type [
( fhir:coding [
a sct:119361006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "119361006" ] ;
fhir:display [ fhir:v "Plasma specimen" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/329f09da-0fc9-419d-9575-ace68954426A" ]
] ; #
fhir:receivedTime [ fhir:v "2023-03-03T07:03:00Z"^^xsd:dateTime] ; #
fhir:request ( [
fhir:reference [ fhir:v "ServiceRequest/OpenElisServiceRequestExample" ]
] ) ; #
fhir:collection [
fhir:collected [
a fhir:dateTime ;
fhir:v "2023-02-03"^^xsd:date ]
] . #
IG © 2021+ . Package openelis#0.1.0 based on FHIR 4.0.1. Generated 2025-09-03
Links: Table of Contents |
QA Report