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

FHIR IG analytics

Packagehl7.fhir.uv.ipa.r4
Resource TypeMedicationStatement
IdMedicationStatement-MedStatementExample1.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 MedStatementExample1

identifier: urn:1.2.840.114350.1.13.861.1.7.2.798268/5131734 (use: usual, )

status: Active

medication: Percocet

subject: Lufhir, Meiko

effective: 2017-04-26 22:00:00+0000 --> (ongoing)

informationSource: Seeger, Marty

dosage

timing: Once

asNeeded: false

route: Oral

DoseAndRates

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

Source1

{
  "resourceType": "MedicationStatement",
  "id": "MedStatementExample1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-medicationstatement"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "usual",
      "system": "urn:1.2.840.114350.1.13.861.1.7.2.798268",
      "value": "5131734"
    }
  ],
  "status": "active",
  "medicationReference": {
    "reference": "Medication/MedExample1",
    "display": "Percocet"
  },
  "subject": {
    "reference": "Patient/PatientExample1",
    "display": "Lufhir, Meiko"
  },
  "effectivePeriod": {
    "start": "2017-04-26T22:00:00Z"
  },
  "informationSource": {
    "reference": "Practitioner/PractitionerExample1",
    "display": "Seeger, Marty"
  },
  "dosage": [
    {
      "timing": {
        "repeat": {
          "boundsPeriod": {
            "start": "2017-04-26T22:00:00Z"
          },
          "timeOfDay": [
            "12:00:00",
            "18:00:00"
          ]
        }
      },
      "asNeededBoolean": false,
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "26643006",
            "display": "Oral route"
          }
        ],
        "text": "Oral"
      },
      "doseAndRate": [
        {
          "type": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/dose-rate-type",
                "code": "ordered",
                "display": "Ordered"
              }
            ]
          },
          "doseQuantity": {
            "value": 1,
            "unit": "mL",
            "system": "http://unitsofmeasure.org",
            "code": "mL"
          }
        }
      ]
    }
  ]
}