FHIR IG analytics| Package | se.electronichealth.fhir.nll.r4 |
| Resource Type | MedicationRequest |
| Id | create-medicationrequest-example-3.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 on birthdate"
},
{
"display": "Example of create prescription for a patient on birthdate"
},
{
"display": "create-medicationrequest-example-3"
}
]
},
"extension": [
{
"url": "http://electronichealth.se/fhir/StructureDefinition/NLLPatientTreatmentReason",
"valueString": "Mot sömnbesvär"
},
{
"url": "http://electronichealth.se/fhir/StructureDefinition/NLLRegistrationBasis",
"valueCode": "ELECTRONIC"
},
{
"url": "http://electronichealth.se/fhir/StructureDefinition/NLLPrescriptionFormat",
"valueCode": "ELEKTRONISKT"
}
],
"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"
}
]
}
}
]
},
{
"resourceType": "Patient",
"meta": {
"profile": [
"http://electronichealth.se/fhir/StructureDefinition/NLLPatient"
]
},
"id": "thePatient",
"birthDate": "1957-12-01",
"gender": "male",
"name": [
{
"family": "Testsson",
"given": [
"pelle"
]
}
]
},
{
"resourceType": "Location",
"id": "thePharmacy",
"meta": {
"profile": [
"http://electronichealth.se/fhir/StructureDefinition/NLLPharmacyLocation"
]
},
"identifier": [
{
"value": "7350046611966",
"system": "http://electronichealth.se/identifier/gln"
}
]
}
],
"intent": "order",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://electronichealth.se/fhir/NamingSystem/nplid",
"code": "19940128000057"
},
{
"system": "http://electronichealth.se/fhir/NamingSystem/nplpackid",
"code": "19940128100016"
}
]
},
"subject": {
"reference": "#thePatient"
},
"status": "active",
"requester": {
"reference": "#thePractitioner"
},
"reasonCode": [
{
"coding": [
{
"code": "193462001"
}
]
}
],
"dispenseRequest": {
"extension": [
{
"url": "http://electronichealth.se/fhir/StructureDefinition/NLLPrescriberCostCenter",
"valueIdentifier": {
"value": "4000000000000"
}
},
{
"url": "http://electronichealth.se/fhir/StructureDefinition/NLLPrescriptionCommunicableDiseasesAct",
"valueBoolean": false
},
{
"url": "http://electronichealth.se/fhir/StructureDefinition/NLLNumberOfPackagesPrescribed",
"valuePositiveInt": 1
},
{
"url": "http://electronichealth.se/fhir/StructureDefinition/NLLPatientPharmaceuticalBenefitsAct",
"valueBoolean": true
},
{
"url": "http://electronichealth.se/fhir/StructureDefinition/NLLConditionsPharmaceuticalBenefitsAct",
"valueBoolean": false
},
{
"url": "http://electronichealth.se/fhir/StructureDefinition/NLLDosePackaging",
"valueBoolean": false
},
{
"url": "http://electronichealth.se/fhir/StructureDefinition/NLLPharmacyReference",
"valueReference": {
"reference": "#thePharmacy"
}
},
{
"url": "http://electronichealth.se/fhir/StructureDefinition/NLLNumberOfDispensesAllowed",
"valueUnsignedInt": 4
}
],
"numberOfRepeatsAllowed": 3,
"validityPeriod": {
"extension": [
{
"url": "http://electronichealth.se/fhir/StructureDefinition/NLLFirstDispenseBefore",
"valueDate": "2022-05-13"
}
],
"end": "2023-05-03"
},
"dispenseInterval": {
"value": 25,
"code": "d",
"unit": "day"
}
},
"dosageInstruction": [
{
"extension": [
{
"url": "http://electronichealth.se/fhir/StructureDefinition/NLLAdministeringInstruction",
"valueString": "Sväljning"
}
],
"sequence": 1,
"timing": {
"repeat": {
"when": [
"NIGHT"
]
}
},
"doseAndRate": [
{
"doseRange": {
"low": {
"value": 1,
"code": "{tbl}"
},
"high": {
"value": 2,
"code": "{tbl}"
}
}
}
],
"method": {
"coding": [
{
"code": "738995006"
}
]
},
"asNeededBoolean": true,
"patientInstruction": "1-2 tabletter till natten vid behov, sväljning."
}
],
"authoredOn": "2022-05-03"
}