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

FHIR IG analytics

Packageeng.fhir.profile.dev
Resource TypeMedicationRequest
IdPOD.b8274605-0c95-4204-a120-ddc37529d740.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": "MedicationRequest",
  "id": "POD.b8274605-0c95-4204-a120-ddc37529d740",
  "meta": {
    "profile": [
      "https://pnt.gov/fhir/StructureDefinition/MedicationRequest"
    ]
  },
  "intent": "plan",
  "status": "active",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "387458008",
        "display": "Aspirin"
      }
    ]
  },
  "subject": {
    "reference": "Patient/POD.fa462fc8-7658-4098-ae95-56e4e4c73350"
  },
  "instantiatesCanonical": [
    "https://pnt.gov/fhir/ActivityDefinition/Terapia"
  ],
  "dosageInstruction": [
    {
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 15,
            "system": "http://unitsofmeasure.org",
            "code": "mg"
          }
        }
      ],
      "timing": {
        "repeat": {
          "frequency": 3,
          "period": 1,
          "periodUnit": "d"
        }
      }
    }
  ]
}