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

FHIR IG analytics

Packagehl7.fhir.cl.clips
Resource TypeMedicationStatement
IdMedicationStatement-MedicationStatement-CL-Ejemplo.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: MedicationStatement MedicationStatement-CL-Ejemplo

status: Completed

medication: Pastilla Aspirina

subject: Vale Female, DoB: 1995-05-01 ( Chile: 19.241.323-8 (use: official, ))

effective: 2019-02-04 --> 2019-02-07

dosage

text: Administrar 500 mg/día

timing: Once per 3 days

route: Vía de administración bucal

DoseAndRates

-Dose[x]
*500 mg (Details: UCUM codemg = 'mg')

Source1

{
  "resourceType": "MedicationStatement",
  "id": "MedicationStatement-CL-Ejemplo",
  "meta": {
    "profile": [
      "https://hl7chile.cl/fhir/ig/clips/StructureDefinition/RegMedicamentos-cl-ips"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "medicationReference": {
    "reference": "Medication/MedicamentoCLEjemplo",
    "display": "Pastilla Aspirina"
  },
  "subject": {
    "reference": "Patient/PacienteClIpsEjemplo"
  },
  "effectivePeriod": {
    "start": "2019-02-04",
    "end": "2019-02-07"
  },
  "dosage": [
    {
      "text": "Administrar 500 mg/día",
      "timing": {
        "repeat": {
          "frequency": 1,
          "period": 3,
          "periodUnit": "d"
        }
      },
      "route": {
        "coding": [
          {
            "system": "http://standardterms.edqm.eu",
            "code": "20002500",
            "display": "Buccal use"
          }
        ],
        "text": "Vía de administración bucal"
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 500,
            "unit": "mg",
            "system": "http://unitsofmeasure.org",
            "code": "mg"
          }
        }
      ]
    }
  ]
}