FHIR IG analytics| Package | se.electronichealth.fhir.nll.r4 |
| Resource Type | MedicationRequest |
| Id | create-medicationrequest-example-5.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "MedicationRequest",
"meta": {
"profile": [
"http://electronichealth.se/fhir/StructureDefinition/NLLMedicationRequest"
],
"tag": [
{
"display": "Create MedicationRequest for multi-dose dispensing"
},
{
"display": "Create MedicationRequest for multi-dose dispensing"
},
{
"display": "create-medicationrequest-example-5"
}
]
},
"extension": [
{
"url": "http://electronichealth.se/fhir/StructureDefinition/NLLPatientTreatmentReason",
"valueString": "Mot förhöjt blodtryck"
},
{
"url": "http://electronichealth.se/fhir/StructureDefinition/NLLRegistrationBasis",
"valueCode": "ELECTRONIC"
},
{
"url": "http://electronichealth.se/fhir/StructureDefinition/NLLPrescriptionFormat",
"valueCode": "ELEKTRONISKT"
},
{
"extension": [
{
"url": "usageStartDate",
"valueDate": "2022-05-04"
},
{
"url": "usageEndDate",
"valueDate": "2022-11-03"
}
],
"url": "http://electronichealth.se/fhir/StructureDefinition/NLLUsageDates"
},
{
"url": "http://electronichealth.se/fhir/StructureDefinition/NLLTreatmentDates",
"extension": [
{
"url": "treatmentReviewDate",
"valueDate": "2022-07-03"
}
]
}
],
"contained": [
{
"resourceType": "Practitioner",
"id": "thePractitioner",
"meta": {
"profile": [
"http://electronichealth.se/fhir/StructureDefinition/NLLPractitioner"
]
},
"extension": [
{
"url": "http://electronichealth.se/fhir/StructureDefinition/NLLWorkplaceSummary",
"extension": [
{
"url": "workplaceName",
"valueString": "Min vardcentral"
},
{
"url": "workplaceIdentifier",
"valueString": "7711222222"
},
{
"url": "workplaceType",
"valueCode": "HEALTHCAREUNIT"
},
{
"url": "workplaceIdType",
"valueCode": "ORGNR"
}
]
}
],
"name": [
{
"family": "Svensson",
"given": [
"Gustav"
]
}
],
"telecom": [
{
"extension": [
{
"url": "http://electronichealth.se/fhir/StructureDefinition/NLLContactPointType",
"valueCode": "P"
},
{
"url": "http://electronichealth.se/fhir/StructureDefinition/NLLAvailableToPatient",
"valueBoolean": false
}
],
"value": "011-900000",
"rank": 1
},
{
"extension": [
{
"url": "http://electronichealth.se/fhir/StructureDefinition/NLLContactPointType",
"valueCode": "W"
},
{
"url": "http://electronichealth.se/fhir/StructureDefinition/NLLAvailableToPatient",
"valueBoolean": true
}
],
"value": "011-900000",
"rank": 1
}
],
"address": [
{
"type": "postal",
"line": [
"postGatan 133"
],
"city": "stockholm",
"postalCode": "12345"
},
{
"type": "physical",
"line": [
"fysiskaGatan 134"
],
"city": "stockholm",
"postalCode": "12345"
}
],
"qualification": [
{
"identifier": [
{
"system": "urn:oid:1.2.752.116.3.1.2",
"value": "9000027"
}
],
"code": {
"coding": [
{
"system": "urn:oid:1.2.752.116.3.1.3",
"code": "LK"
}
]
}
}
]
}
],
"intent": "order",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://electronichealth.se/fhir/NamingSystem/nplid",
"code": "20060710000381"
},
{
"system": "http://electronichealth.se/fhir/NamingSystem/nplpackid",
"code": "20091202100326"
}
]
},
"subject": {
"reference": "Patient/0a1eecbf-4834-4848-ad2a-a79e0b1041e8"
},
"status": "active",
"requester": {
"reference": "#thePractitioner"
},
"reasonCode": [
{
"coding": [
{
"code": "38341003"
}
]
}
],
"dispenseRequest": {
"extension": [
{
"url": "http://electronichealth.se/fhir/StructureDefinition/NLLDosePackaging",
"valueBoolean": true
},
{
"url": "http://electronichealth.se/fhir/StructureDefinition/NLLPrescriberCostCenter",
"valueIdentifier": {
"value": "4000000000000"
}
},
{
"url": "http://electronichealth.se/fhir/StructureDefinition/NLLPatientPharmaceuticalBenefitsAct",
"valueBoolean": true
},
{
"url": "http://electronichealth.se/fhir/StructureDefinition/NLLConditionsPharmaceuticalBenefitsAct",
"valueBoolean": false
},
{
"url": "http://electronichealth.se/fhir/StructureDefinition/NLLPrescriptionCommunicableDiseasesAct",
"valueBoolean": false
}
],
"validityPeriod": {
"end": "2022-11-03"
}
},
"dosageInstruction": [
{
"extension": [
{
"url": "http://electronichealth.se/fhir/StructureDefinition/NLLAdministeringInstruction",
"valueString": "Sväljning"
}
],
"sequence": 1,
"timing": {
"repeat": {
"timeOfDay": [
"08:00:00"
]
}
},
"doseAndRate": [
{
"doseQuantity": {
"value": 1,
"code": "{tbl}"
}
}
],
"method": {
"coding": [
{
"code": "738995006"
}
]
},
"asNeededBoolean": false,
"patientInstruction": "1 tablett kl. 08., sväljning."
}
],
"authoredOn": "2022-05-03",
"priority": "urgent"
}