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-1e639094ac23.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-1e639094ac23

status: Active

intent: Proposal

medication: metronidazole

subject: Female, DoB Unknown

dosageInstruction

text: 1000 mg per dag in 2 giften gedurende 7 dagen

timing: 2 per 1 day

DoseAndRates

-Dose[x]
*1000 mg

Source1

{
  "resourceType": "MedicationRequest",
  "id": "30551ce1-5a28-4356-b684-1e639094ac23",
  "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": "J01XD01"
      },
      {
        "system": "https://www.ehealth.fgov.be/standards/fhir/medication/CodeSystem/vmpg",
        "code": "21436"
      }
    ]
  },
  "subject": {
    "reference": "Patient/30551ce1-5a28-4356-b684-2e639094ad48"
  },
  "dosageInstruction": [
    {
      "text": "1000 mg per dag in 2 giften gedurende 7 dagen",
      "_text": {
        "extension": [
          {
            "extension": [
              {
                "url": "lang",
                "valueCode": "fr-BE"
              },
              {
                "url": "content",
                "valueString": "1000 mg par jour en 2 prises pendant 7 jours"
              }
            ],
            "url": "http://hl7.org/fhir/StructureDefinition/translation"
          }
        ]
      },
      "timing": {
        "repeat": {
          "boundsDuration": {
            "value": 7,
            "system": "http://unitsofmeasure.org",
            "code": "d"
          },
          "frequency": 2,
          "period": 1,
          "periodUnit": "d"
        }
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 1000,
            "unit": "mg",
            "system": "http://unitsofmeasure.org"
          }
        }
      ]
    }
  ]
}