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

FHIR IG analytics

Packagehl7.fhir.au.base
Resource TypeMedicationStatement
IdMedicationStatement-example0.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 example0

status: Active

medication: Roferon-A 9 million units (33.333 microgram)/0.5 mL injection, 0.5 mL syringe

subject: Franklin

effective: 2018-06-25 --> (ongoing)

dateAsserted: 2018-07-25

informationSource: Doctor Mayo

Dosages

-Timing
*3 per 1 week

Source1

{
  "resourceType": "MedicationStatement",
  "id": "example0",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/StructureDefinition/au-medicationstatement"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "medicationCodeableConcept": {
    "coding": [
      {
        "extension": [
          {
            "url": "http://hl7.org.au/fhir/StructureDefinition/medication-type",
            "valueCoding": {
              "system": "http://terminology.hl7.org.au/CodeSystem/medication-type",
              "code": "BPDSF",
              "display": "Branded product with strengths and form"
            }
          }
        ],
        "system": "http://snomed.info/sct",
        "code": "6166011000036106",
        "display": "Roferon-A 9 million units (33.333 microgram)/0.5 mL injection, 0.5 mL syringe"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example0",
    "display": "Franklin"
  },
  "effectivePeriod": {
    "start": "2018-06-25"
  },
  "dateAsserted": "2018-07-25",
  "informationSource": {
    "reference": "Practitioner/example0",
    "display": "Doctor Mayo"
  },
  "dosage": [
    {
      "timing": {
        "repeat": {
          "frequency": 3,
          "period": 1,
          "periodUnit": "wk",
          "dayOfWeek": [
            "mon",
            "wed",
            "sat"
          ]
        }
      }
    }
  ]
}