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

FHIR IG analytics

Packagehl7.fhir.us.resp-net
Resource TypeMedicationStatement
IdMedicationStatement-example.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

Narrative: MedicationStatement


Source1

{
  "resourceType": "MedicationStatement",
  "id": "example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/resp-net/StructureDefinition/resp-net-medicationstatement"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "status": "entered-in-error",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "27658006",
        "display": "Amoxicillin-containing product"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-respnet-eve-everywoman",
    "display": "Eve Everywoman"
  },
  "effectiveDateTime": "2015-11-01",
  "dateAsserted": "2015-11-01",
  "informationSource": {
    "reference": "Patient/patient-respnet-eve-everywoman"
  },
  "note": [
    {
      "text": "Patient indicated that they thought it was Amoxicillin they were taking but it was really Erythromycin"
    }
  ]
}