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

FHIR IG analytics

Packagesk.registry.core.r5
Resource TypeMedicationStatement
IdMedicationStatement-PriorMedicationStatementExample.json
FHIR VersionR5

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 PriorMedicationStatementExample

status: Recorded

Medications

-Concept
*Warfarin therapy (procedure)

subject: Anonymous Patient (no stated gender), DoB Unknown

encounter: EncounterExample

Reasons

-Reference
*Condition Transient ischemic attack (disorder)

Adherences

-Code
*Taking

Source1

{
  "resourceType": "MedicationStatement",
  "id": "PriorMedicationStatementExample",
  "meta": {
    "profile": [
      "http://testSK.org/StructureDefinition/prior-medication-statement-profile"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "recorded",
  "medication": {
    "concept": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "722045009",
          "display": "Warfarin therapy (procedure)"
        }
      ]
    }
  },
  "subject": {
    "reference": "Patient/example-patient"
  },
  "encounter": {
    "reference": "EncounterExample"
  },
  "reason": [
    {
      "reference": {
        "reference": "Condition/StrokeDiagnosisConditionExample"
      }
    }
  ],
  "adherence": {
    "code": {
      "coding": [
        {
          "system": "http://hl7.org/fhir/CodeSystem/medication-statement-adherence",
          "code": "taking"
        }
      ]
    }
  }
}