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

FHIR IG analytics

Packagede.fhir.medication
Resource TypeMedicationStatement
IdMedicationStatement-INV-C-FreeTextSingleDosageOnly-Statement-01-of-01.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 INV-C-FreeTextSingleDosageOnly-Statement-01-of-01

status: Active

medication: Test Medication

subject: Patient

Dosages

-Text
*Morgens je 1 Tablette
*Abends je 1 Tablette

Source1

{
  "resourceType": "MedicationStatement",
  "id": "INV-C-FreeTextSingleDosageOnly-Statement-01-of-01",
  "meta": {
    "profile": [
      "http://ig.fhir.de/igs/medication/StructureDefinition/MedicationStatementDgMP"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "medicationCodeableConcept": {
    "text": "Test Medication"
  },
  "subject": {
    "display": "Patient"
  },
  "dosage": [
    {
      "text": "Morgens je 1 Tablette"
    },
    {
      "text": "Abends je 1 Tablette"
    }
  ]
}