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

FHIR IG analytics

Packagefhir.hrsa.uds-plus
Resource TypeMedicationStatement
IdMedicationStatement-de-identified-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "MedicationStatement",
  "id": "de-identified-example",
  "meta": {
    "profile": [
      "http://fhir.org/guides/hrsa/uds-plus/StructureDefinition/uds-plus-medicationstatement"
    ]
  },
  "status": "active",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code": "476872",
        "display": "Nizatidine 15 MG/ML Oral Solution"
      }
    ]
  },
  "subject": {
    "reference": "Patient/de-identified-example"
  },
  "effectiveDateTime": "2008",
  "dateAsserted": "2008",
  "dosage": [
    {
      "text": "10 mL bid",
      "timing": {
        "repeat": {
          "boundsPeriod": {
            "start": "2008-04-05"
          },
          "frequency": 2,
          "period": 1,
          "periodUnit": "d"
        }
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 10,
            "unit": "ml",
            "system": "http://unitsofmeasure.org",
            "code": "mL"
          }
        }
      ]
    }
  ]
}