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-B-Rekvirering - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:MedicationRequest ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "Scenario-B-Rekvirering"] ; #
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: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: MedicationRequest Scenario-B-Rekvirering</b></p><a name=\"Scenario-B-Rekvirering\"> </a><a name=\"hcScenario-B-Rekvirering\"> </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-medicationrequest.html\">Legemiddelrekvirering</a></p></div><p><b>status</b>: Completed</p><p><b>intent</b>: Order</p><p><b>medication</b>: <a href=\"Medication-Scenario-B-Medisin.html\">Medication Morfin injeksjonsvæske 10 mg/ml</a></p><p><b>subject</b>: <a href=\"Patient-Scenario-B-Pasient.html\">Anonymous Patient Female, DoB: 2000-03-12 ( urn:oid:2.16.578.1.12.4.1.4.2#52030078901)</a></p><p><b>encounter</b>: <a href=\"Encounter-Scenario-B-Episode.html\">Encounter: extension = ; status = finished; class = inpatient encounter (ActCode#IMP)</a></p><p><b>authoredOn</b>: 2025-03-09</p><p><b>requester</b>: <a href=\"Practitioner-Scenario-B-Helsepersonell.html\">Practitioner: identifier = urn:oid:2.16.578.1.12.4.1.4.4#7654321</a></p><p><b>reasonReference</b>: <a href=\"Condition-Scenario-B-Diagnose.html\">Condition Akutt smerte</a></p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:status [ fhir:v "completed"] ; #
fhir:intent [ fhir:v "order"] ; #
fhir:medication [
a fhir:Reference ;
fhir:l fhir:Medication/Scenario-B-Medisin ;
fhir:reference [ fhir:v "Medication/Scenario-B-Medisin" ]
] ; #
fhir:subject [
fhir:l fhir:Patient/Scenario-B-Pasient ;
fhir:reference [ fhir:v "Patient/Scenario-B-Pasient" ]
] ; #
fhir:encounter [
fhir:l fhir:Encounter/Scenario-B-Episode ;
fhir:reference [ fhir:v "Encounter/Scenario-B-Episode" ]
] ; #
fhir:authoredOn [ fhir:v "2025-03-09"^^xsd:date] ; #
fhir:requester [
fhir:l fhir:Practitioner/Scenario-B-Helsepersonell ;
fhir:reference [ fhir:v "Practitioner/Scenario-B-Helsepersonell" ]
] ; #
fhir:reasonReference ( [
fhir:l fhir:Condition/Scenario-B-Diagnose ;
fhir:reference [ fhir:v "Condition/Scenario-B-Diagnose" ]
] ) . #