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

FHIR IG analytics

Packagesurescripts.specialty
Resource TypeMedicationStatement
Idexample-SPOClinicalInformationResponse-MedicationStatement-lipitor.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": "example-SPOClinicalInformationResponse-MedicationStatement-lipitor",
  "status": "active",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code": "617318",
        "display": "Lipitor 20 MG Oral Tablet"
      }
    ]
  },
  "subject": {
    "reference": "Patient/799999"
  },
  "effectiveDateTime": "2020-02-02T00:00:00+00:00",
  "dateAsserted": "2020-02-01",
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/sid/icd-10-cm",
          "code": "E78.00",
          "display": "Pure hypercholesterolemia, unspecified"
        }
      ]
    }
  ],
  "dosage": [
    {
      "text": "1 tab PO qd",
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "26643006",
            "display": "Oral Route"
          }
        ]
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 1,
            "unit": "TAB"
          }
        }
      ]
    }
  ]
}