Legemiddeldata fra institusjon til Legemiddelregisteret — 0.9.4 - ci-build  flag

Publish Box goes here

: Rekvirering-1 - 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 "Rekvirering-1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.no/fhir/ig/lmdi/StructureDefinition/lmdi-medicationrequest"^^xsd:anyURI ;
fhir:link <http://hl7.no/fhir/ig/lmdi/StructureDefinition/lmdi-medicationrequest>     ] )
  ] ; # 
  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: MedicationRequest Rekvirering-1</b></p><a name=\"Rekvirering-1\"> </a><a name=\"hcRekvirering-1\"> </a><a name=\"Rekvirering-1-no\"> </a><p><b>identifier</b>: <code>urn:oid:2.16.578.1.12.4.1.1.reseptid</code>/REK123456</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <a href=\"Medication-Medisin-2-Paracetamol.html\">Medication </a></p><p><b>subject</b>: <a href=\"Patient-Pasient-2-FNR.html\">Anonymous Patient (no stated gender), DoB Unknown ( urn:oid:2.16.578.1.12.4.1.4.1#13031353453)</a></p><p><b>authoredOn</b>: 2025-01-27</p><p><b>requester</b>: <a href=\"Practitioner-Helsepersonell-1-HPR-nummer.html\">Practitioner: identifier = urn:oid:2.16.578.1.12.4.1.4.4#9144900</a></p><h3>DosageInstructions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td></tr><tr><td style=\"display: none\">*</td><td>1-2 tabletter ved behov mot smerter, maksimalt 8 tabletter per døgn</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:oid:2.16.578.1.12.4.1.1.reseptid"^^xsd:anyURI ] ;
fhir:value [ fhir:v "REK123456" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:medication [
a fhir:Reference ;
fhir:reference [ fhir:v "Medication/Medisin-2-Paracetamol" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/Pasient-2-FNR" ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2025-01-27"^^xsd:date] ; # 
  fhir:requester [
fhir:reference [ fhir:v "Practitioner/Helsepersonell-1-HPR-nummer" ]
  ] ; # 
  fhir:dosageInstruction ( [
fhir:text [ fhir:v "1-2 tabletter ved behov mot smerter, maksimalt 8 tabletter per døgn" ]
  ] ) . #