Hospital-Community Lab Referral Cycle
1.1.0 - ci-build
Publication Build: This will be filled in by the publication tooling
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://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:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "lrc-result-oncology-urea"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://ig.fhir-il-community.org/LRC/StructureDefinition/lrc-result"^^xsd:anyURI ;
fhir:link <http://ig.fhir-il-community.org/LRC/StructureDefinition/lrc-result> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">תוצאות בדיקת אוראה בסרום של מטופל עבור אשפוז יום אונקולוגי</div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://fhir.meuhedet.co.il/identifier/lab-result"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1304421043-20230802-1336-3231" ]
] ) ; #
fhir:basedOn ( [
fhir:reference [ fhir:v "ServiceRequest/lrc-referral-glucose" ]
] ) ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "laboratory" ] ;
fhir:display [ fhir:v "Laboratory" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
a loinc:3094-0 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "3094-0" ] ;
fhir:display [ fhir:v "Urea nitrogen [Mass/volume] in Serum or Plasma" ] ] ) ;
fhir:text [ fhir:v "Urea-blood (BUN)" ]
] ; #
fhir:subject [
fhir:link <http://hapi-fhir.outburn.co.il/fhir/Patient/90> ;
fhir:reference [ fhir:v "http://hapi-fhir.outburn.co.il/fhir/Patient/90" ] ;
fhir:type [ fhir:v "Patient"^^xsd:anyURI ] ;
fhir:identifier [
fhir:system [ fhir:v "http://fhir.health.gov.il/identifier/il-national-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "000000018" ] ]
] ; #
fhir:effective [ fhir:v "2023-04-03T11:32:38+03:00"^^xsd:dateTime] ; #
fhir:issued [ fhir:v "2023-04-03T11:37:58.54+03:00"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:type [ fhir:v "Organization"^^xsd:anyURI ] ;
fhir:identifier [
fhir:system [ fhir:v "http://fhir.meuhedet.co.il/laboratories"^^xsd:anyURI ] ;
fhir:value [ fhir:v "73D01" ] ] ;
fhir:display [ fhir:v "קופת חולים מאוחדת" ]
] ) ; #
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "92"^^xsd:decimal ] ;
fhir:unit [ fhir:v "MG/DL" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mg/dL" ]
] ; #
fhir:referenceRange ( [
fhir:low [
fhir:value [ fhir:v "8"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mg/dL" ] ] ;
fhir:high [
fhir:value [ fhir:v "23.5"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mg/dL" ] ]
] ) . #
IG © 2024+ FHIR-il community. Package il.community.fhir.r4.LRC#1.1.0 based on FHIR 4.0.1. Generated 2024-08-12
Links: Table of Contents |
QA Report