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
{
"resourceType" : "MedicationRequest",
"id" : "Rekvirering-MedDiagnoseICD10",
"meta" : {
"profile" : [
🔗 "http://hl7.no/fhir/ig/lmdi/StructureDefinition/lmdi-medicationrequest"
]
},
"extension" : [
{
"url" : "http://hl7.no/fhir/ig/lmdi/StructureDefinition/lmdi-klinisk-studie",
"valueBoolean" : false
}
],
"identifier" : [
{
"system" : "http://example.org/rekvirering-id",
"value" : "13fb2660-f88a-473e-b0a9-a72266dc7137"
}
],
"status" : "active",
"intent" : "plan",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
"code" : "inpatient"
}
]
}
],
"reportedBoolean" : true,
"medicationReference" : {
🔗 "reference" : "Medication/Legemiddel-FestLegemiddelVirkestoff-2"
},
"subject" : {
🔗 "reference" : "Patient/Pasient-Med-DNR"
},
"encounter" : {
🔗 "reference" : "Encounter/Episode-Sykehus"
},
"authoredOn" : "2025-04-15",
"requester" : {
🔗 "reference" : "Practitioner/Helsepersonell-Med-HPR"
},
"reasonReference" : [
{
🔗 "reference" : "Condition/Diagnose-ICD10-Allergi"
}
],
"courseOfTherapyType" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy",
"code" : "seasonal",
"display" : "Seasonal"
}
]
},
"dosageInstruction" : [
{
"timing" : {
"code" : {
"coding" : [
{
"system" : "urn:oid:2.16.578.1.12.4.1.1.7478",
"code" : "5685",
"display" : "1 inntil x1"
}
]
}
},
"asNeededBoolean" : true,
"doseAndRate" : [
{
"doseQuantity" : {
"value" : 10,
"unit" : "mg",
"system" : "http://unitsofmeasure.org",
"code" : "mg"
}
}
]
}
]
}