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

FHIR IG analytics

Packagehl7.fhir.be.pss
Resource TypeMedicationRequest
IdMedicationRequest-30551ce1-5a28-4356-b684-1e639094ad25.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: MedicationRequest 30551ce1-5a28-4356-b684-1e639094ad25

status: Active

intent: Proposal

medication: clindamycin

subject: Female, DoB Unknown

dosageInstruction

text: ovule: 100 mg per dag in 1 gift gedurende 3 dagen OF vaginale crème: 2% 5 g per dag in 1 gift gedurende 7 dagen

timing: Once per 1 day

DoseAndRates

-Dose[x]
*5 g

Source1

{
  "resourceType": "MedicationRequest",
  "id": "30551ce1-5a28-4356-b684-1e639094ad25",
  "meta": {
    "profile": [
      "https://www.ehealth.fgov.be/standards/fhir/pss/StructureDefinition/PSSResponseMedicationRequest"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "intent": "proposal",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://www.whocc.no/atc",
        "code": "G01AA10"
      }
    ]
  },
  "subject": {
    "reference": "Patient/30551ce1-5a28-4356-b684-2e639094ad48"
  },
  "dosageInstruction": [
    {
      "text": "ovule: 100 mg per dag in 1 gift gedurende 3 dagen OF vaginale crème: 2% 5 g per dag in 1 gift gedurende 7 dagen",
      "_text": {
        "extension": [
          {
            "extension": [
              {
                "url": "lang",
                "valueCode": "fr-BE"
              },
              {
                "url": "content",
                "valueString": "ovule : 100 mg par jour en 1 prise pendant 3 jours OU crème vaginale : 2 % 5 g par jour en 1 prise pendant 7 jours"
              }
            ],
            "url": "http://hl7.org/fhir/StructureDefinition/translation"
          }
        ]
      },
      "timing": {
        "repeat": {
          "boundsDuration": {
            "value": 7,
            "system": "http://unitsofmeasure.org",
            "code": "d"
          },
          "frequency": 1,
          "period": 1,
          "periodUnit": "d"
        }
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 5,
            "unit": "g",
            "system": "http://unitsofmeasure.org"
          }
        }
      ]
    }
  ]
}