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

FHIR IG analytics

Packageihe.pcc.maps
Resource TypeMedicationStatement
IdMedicationStatement-ex-medicationStatement.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 ex-medicationStatement

Profile: Medication Statement (IPS)

Security Label: test health data (Details: ActReason code HTEST = 'test health data')

status: Active

category: Outpatient

medication: Product containing amoxicillin (medicinal product)

subject: Mandy Female, DoB: 1994-12-25 ( Medical record number (use: usual, period: 2001-05-06 --> (ongoing)))

effective: 2023-01-02

dateAsserted: 2023-01-08

informationSource: Mandy Female, DoB: 1994-12-25 ( Medical record number (use: usual, period: 2001-05-06 --> (ongoing)))

note:

indicates they miss the occasional dose

dosage

sequence: 1

text: 5ml three times daily

asNeeded: false

route: Oral dose form

DoseAndRates

-TypeDose[x]
*Ordered5 mL (Details: UCUM codemL = 'mL')

maxDosePerPeriod: 3 mL (Details: UCUM codeml = 'ml')/1 mL (Details: UCUM codeml = 'ml')


Source1

{
  "resourceType": "MedicationStatement",
  "id": "ex-medicationStatement",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/ips/StructureDefinition/MedicationStatement-uv-ips"
    ],
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HTEST"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "category": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/medication-statement-category",
        "code": "outpatient"
      }
    ]
  },
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "27658006",
        "display": "Product containing amoxicillin (medicinal product)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/ex-Patient-AmandaAlvarez"
  },
  "effectiveDateTime": "2023-01-02",
  "dateAsserted": "2023-01-08",
  "informationSource": {
    "reference": "Patient/ex-Patient-AmandaAlvarez"
  },
  "note": [
    {
      "text": "indicates they miss the occasional dose"
    }
  ],
  "dosage": [
    {
      "sequence": 1,
      "text": "5ml three times daily",
      "asNeededBoolean": false,
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "385268001"
          }
        ]
      },
      "doseAndRate": [
        {
          "type": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/dose-rate-type",
                "code": "ordered"
              }
            ]
          },
          "doseQuantity": {
            "value": 5,
            "unit": "mL",
            "system": "http://unitsofmeasure.org",
            "code": "mL"
          }
        }
      ],
      "maxDosePerPeriod": {
        "numerator": {
          "value": 3,
          "unit": "mL",
          "system": "http://unitsofmeasure.org",
          "code": "ml"
        },
        "denominator": {
          "value": 1,
          "unit": "mL",
          "system": "http://unitsofmeasure.org",
          "code": "ml"
        }
      }
    }
  ]
}