Legemiddeldata fra institusjon til Legemiddelregisteret — 1.0.8 - ci-build Norway flag

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

: Scenario-A-Administrering-Oksykodon - 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:MedicationAdministration ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Scenario-A-Administrering-Oksykodon"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.no/fhir/ig/lmdi/StructureDefinition/lmdi-medicationadministration"^^xsd:anyURI ;
fhir:l <http://hl7.no/fhir/ig/lmdi/StructureDefinition/lmdi-medicationadministration>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationAdministration Scenario-A-Administrering-Oksykodon</b></p><a name=\"Scenario-A-Administrering-Oksykodon\"> </a><a name=\"hcScenario-A-Administrering-Oksykodon\"> </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-lmdi-medicationadministration.html\">Legemiddeladministrering</a></p></div><p><b>status</b>: Completed</p><p><b>medication</b>: <a href=\"Medication-Scenario-A-Medisin-Oksykodon.html\">Medication Oksykodon</a></p><p><b>subject</b>: <a href=\"Patient-Scenario-A-Pasient.html\">Anonymous Patient Female, DoB: 1945-04-12 ( urn:oid:2.16.578.1.12.4.1.4.1#12045678901)</a></p><p><b>context</b>: <a href=\"Encounter-Scenario-A-Episode.html\">Encounter: extension = ; status = in-progress; class = inpatient encounter (ActCode#IMP)</a></p><p><b>effective</b>: 2025-03-10 08:15:00+0100</p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Route</b></td><td><b>Dose</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 421521009}\">Swallow</span></td><td>5 ml<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeml = 'ml')</span></td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:medication [
a fhir:Reference ;
fhir:l fhir:Medication/Scenario-A-Medisin-Oksykodon ;
fhir:reference [ fhir:v "Medication/Scenario-A-Medisin-Oksykodon" ]
  ] ; # 
  fhir:subject [
fhir:l fhir:Patient/Scenario-A-Pasient ;
fhir:reference [ fhir:v "Patient/Scenario-A-Pasient" ]
  ] ; # 
  fhir:context [
fhir:l fhir:Encounter/Scenario-A-Episode ;
fhir:reference [ fhir:v "Encounter/Scenario-A-Episode" ]
  ] ; # 
  fhir:effective [
a fhir:DateTime ;
fhir:v "2025-03-10T08:15:00+01:00"^^xsd:dateTime
  ] ; # 
  fhir:dosage [
fhir:route [
      ( fhir:coding [
a sct:421521009 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>         ] ;
fhir:code [ fhir:v "421521009" ] ;
fhir:display [ fhir:v "Swallow" ]       ] )     ] ;
fhir:dose [
fhir:value [ fhir:v "5"^^xsd:decimal ] ;
fhir:unit [ fhir:v "ml" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org>       ] ;
fhir:code [ fhir:v "ml" ]     ]
  ] . #