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

FHIR IG analytics

Packagecsiro.fhir.au.smartforms
Resource TypeMedicationStatement
IdMedicationStatement-chloramphenicol-pat-sf.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

Generated Narrative: MedicationStatement chloramphenicol-pat-sf

status: Active

medication: Chloramphenicol 1% eye ointment

subject: Clever Form Female, DoB: 1968-10-11 ( Medicare Number: 69514496771 (, period: (?) --> 2024-08))

dateAsserted: 2024-02-05

reasonCode: Bacterial conjunctivitis

Dosages

-Text
*Apply 1 drop to each eye every 2 hours for 7 days

Source1

{
  "resourceType": "MedicationStatement",
  "id": "chloramphenicol-pat-sf",
  "meta": {
    "profile": [
      "https://smartforms.csiro.au/ig/StructureDefinition/SHCMedicationStatement"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "22717011000036101",
        "display": "Chloramphenicol 1% eye ointment"
      }
    ],
    "text": "Chloramphenicol 1% eye ointment"
  },
  "subject": {
    "reference": "Patient/pat-sf"
  },
  "dateAsserted": "2024-02-05",
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "128350005"
        }
      ],
      "text": "Bacterial conjunctivitis"
    }
  ],
  "dosage": [
    {
      "text": "Apply 1 drop to each eye every 2 hours for 7 days"
    }
  ]
}