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

FHIR IG analytics

Packagehl7.eu.fhir.protect-child
Resource TypeMedicationStatement
IdMedicationStatement-ConcomitantMedicationExample1.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


Source1

{
  "resourceType": "MedicationStatement",
  "id": "ConcomitantMedicationExample1",
  "meta": {
    "profile": [
      "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/concomitant-medication"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/NamingSystem/concomitant-medication-id",
      "value": "CM0001"
    }
  ],
  "status": "active",
  "medicationCodeableConcept": {
    "text": "Amlodipine"
  },
  "subject": {
    "reference": "Patient/ExamplePatientTransplant1"
  },
  "context": {
    "reference": "Encounter/VisitExample1"
  },
  "effectivePeriod": {
    "start": "2024-01-10"
  },
  "dosage": [
    {
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 5,
            "unit": "mg",
            "system": "http://unitsofmeasure.org",
            "code": "mg"
          }
        }
      ]
    }
  ]
}