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

FHIR IG analytics

Packagesurescripts.specialty
Resource TypeMedicationStatement
Idexample-SPOClinicalInformationResponse-MedicationStatement-methotrexate.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-methotrexate",
  "status": "active",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/sid/ndc",
        "code": "54436-010-01",
        "display": "0.4 ML Methotrexate 25 MG/ML Auto-Injector [Otrexup]"
      }
    ]
  },
  "subject": {
    "reference": "Patient/799999"
  },
  "effectiveDateTime": "2020-01-02T00:00:00-08:00",
  "dateAsserted": "2020-01-01",
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "69896004",
          "display": "Rheumatoid arthritis (disorder)"
        }
      ]
    }
  ]
}