Legemiddeldata fra institusjon til Legemiddelregisteret — 1.1.0 - ci-build NO

Legemiddeldata fra institusjon til Legemiddelregisteret - Local Development build (v1.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Rekvirering-Infusjon - TTL Representation

Raw ttl | Download


@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:MedicationRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Rekvirering-Infusjon"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.no/fhir/ig/lmdi/StructureDefinition/lmdi-medicationrequest"^^xsd:anyURI ;
fhir:l <http://hl7.no/fhir/ig/lmdi/StructureDefinition/lmdi-medicationrequest>     ] )
  ] ; # 
  fhir:extension ( [
fhir:url [
fhir:v "http://hl7.no/fhir/ig/lmdi/StructureDefinition/lmdi-klinisk-studie"^^xsd:anyURI ;
fhir:l <http://hl7.no/fhir/ig/lmdi/StructureDefinition/lmdi-klinisk-studie>     ] ;
fhir:value [
a fhir:Boolean ;
fhir:v false     ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "original-order"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/medicationrequest-category"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/medicationrequest-category>       ] ;
fhir:code [ fhir:v "inpatient" ]     ] )
  ] ) ; # 
  fhir:reported [
a fhir:Boolean ;
fhir:v false
  ] ; # 
  fhir:medication [
a fhir:Reference ;
fhir:l fhir:Medication/Legemiddel-LokaltLegemiddel-FlereIngredienser ;
fhir:reference [ fhir:v "Medication/Legemiddel-LokaltLegemiddel-FlereIngredienser" ]
  ] ; # 
  fhir:subject [
fhir:l fhir:Patient/Pasient-Med-FNR ;
fhir:reference [ fhir:v "Patient/Pasient-Med-FNR" ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2024-05-31T21:00:01+02:00"^^xsd:dateTime] ; # 
  fhir:requester [
fhir:l fhir:Practitioner/Helsepersonell-Med-HPR ;
fhir:reference [ fhir:v "Practitioner/Helsepersonell-Med-HPR" ]
  ] ; # 
  fhir:dosageInstruction ( [
fhir:asNeeded [
a fhir:Boolean ;
fhir:v true     ] ;
fhir:route [
      ( fhir:coding [
a sct:47625008 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>         ] ;
fhir:code [ fhir:v "47625008" ] ;
fhir:display [ fhir:v "intravenøs administrasjonsvei" ]       ] )     ] ;
    ( fhir:doseAndRate [
fhir:rate [
a fhir:Ratio ;
fhir:numerator [
fhir:value [ fhir:v 2.5 ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org>           ] ;
fhir:code [ fhir:v "mL" ]         ] ;
fhir:denominator [
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org>           ] ;
fhir:code [ fhir:v "min" ]         ]       ]     ] )
  ] ) . #