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

FHIR IG analytics

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

Long Term: true

status: Active

medication: Zoloft

subject: Franklin

dateAsserted: 2018-07-25

note:

The patient is not sure when exactly started taking the medication but is certain it's been over a year


Source1

{
  "resourceType": "MedicationStatement",
  "id": "example1",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/StructureDefinition/au-medicationstatement"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org.au/fhir/StructureDefinition/medication-long-term",
      "valueBoolean": true
    }
  ],
  "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": "BPD",
              "display": "Branded product with no strengths or form"
            }
          }
        ],
        "system": "http://snomed.info/sct",
        "code": "3559011000036109",
        "display": "Zoloft"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example0",
    "display": "Franklin"
  },
  "dateAsserted": "2018-07-25",
  "note": [
    {
      "text": "The patient is not sure when exactly started taking the medication but is certain it's been over a year"
    }
  ]
}