FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagese.electronichealth.fhir.nll.r4
Resource TypeMedicationRequest
Idcreate-medicationrequest-example-1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "MedicationRequest",
  "meta": {
    "profile": [
      "http://electronichealth.se/fhir/StructureDefinition/NLLMedicationRequest"
    ],
    "tag": [
      {
        "display": "Create MedicationRequest as a healthcare provider"
      },
      {
        "display": "Example of create prescription for a patient having national identity number"
      },
      {
        "display": "create-medicationrequest-example-1"
      }
    ]
  },
  "extension": [
    {
      "url": "http://electronichealth.se/fhir/StructureDefinition/NLLPatientTreatmentReason",
      "valueString": "Mot ögoninfektion"
    },
    {
      "url": "http://electronichealth.se/fhir/StructureDefinition/NLLRegistrationBasis",
      "valueCode": "ELECTRONIC"
    },
    {
      "url": "http://electronichealth.se/fhir/StructureDefinition/NLLPrescriptionFormat",
      "valueCode": "ELEKTRONISKT"
    },
    {
      "url": "http://electronichealth.se/fhir/StructureDefinition/NLLTreatmentDates",
      "extension": [
        {
          "url": "treatmentEndDate",
          "valueDate": "2022-05-17"
        }
      ]
    }
  ],
  "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": "20141125000095"
      },
      {
        "system": "http://electronichealth.se/fhir/NamingSystem/nplpackid",
        "code": "20150225100086"
      }
    ]
  },
  "subject": {
    "reference": "Patient/0a1eecbf-4834-4848-ad2a-a79e0b1041e8"
  },
  "status": "active",
  "requester": {
    "reference": "#thePractitioner"
  },
  "reasonCode": [
    {
      "coding": [
        {
          "code": "128350005"
        }
      ]
    }
  ],
  "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/NLLDosePackaging",
        "valueBoolean": false
      },
      {
        "url": "http://electronichealth.se/fhir/StructureDefinition/NLLNumberOfDispensesAllowed",
        "valueUnsignedInt": 1
      }
    ],
    "numberOfRepeatsAllowed": 0,
    "validityPeriod": {
      "end": "2022-05-17"
    }
  },
  "dosageInstruction": [
    {
      "extension": [
        {
          "url": "http://electronichealth.se/fhir/StructureDefinition/NLLAdministeringInstruction",
          "valueString": "vänster öga"
        },
        {
          "url": "http://electronichealth.se/fhir/StructureDefinition/NLLSiteQualifier",
          "valueCodeableConcept": {
            "coding": [
              {
                "code": "7771000"
              }
            ]
          }
        }
      ],
      "sequence": 1,
      "timing": {
        "repeat": {
          "frequency": 6,
          "frequencyMax": 8,
          "period": 1,
          "periodUnit": "d"
        }
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 1,
            "code": "{drop}",
            "system": "http://ehalsomyndigheten.se/fhir/CodeSystem/ehm-ucum-annotations"
          }
        }
      ],
      "asNeededBoolean": false,
      "patientInstruction": "1 droppe 6 till 8 gånger dagligen i vänster öga.",
      "site": {
        "coding": [
          {
            "code": "81745001"
          }
        ]
      },
      "additionalInstruction": [
        {
          "text": "Behandla till 2 dagar efter symptomfrihet."
        }
      ]
    }
  ],
  "authoredOn": "2022-05-03"
}