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

FHIR IG analytics

Packageswiss.mednet.fhir
Resource TypeMedicationStatement
IdMedicationStatement-mni-medicationStatement-example2.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 mni-medicationStatement-example2

status: Active

medication: Medication 7680669830038

subject: Anna Paola Muster Female, DoB: 1985-12-12 ( Medical record number: 123456)

effective: 2020-01-01 --> 2020-02-01

Dosages

-Text
*1-0-1-0

Generated Narrative: Medication #mni-medication-example2

code: Paracetamol Axapharm Filmtabl 500 mg Ds 100 Stk


Source1

{
  "resourceType": "MedicationStatement",
  "id": "mni-medicationStatement-example2",
  "meta": {
    "profile": [
      "https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Medication",
      "id": "mni-medication-example2",
      "meta": {
        "profile": [
          "https://mednet.swiss/fhir/StructureDefinition/mni-medication"
        ]
      },
      "code": {
        "coding": [
          {
            "system": "urn:oid:2.51.1.1",
            "code": "7680669830038"
          },
          {
            "system": "urn:oid:2.16.756.5.30.2.6.1",
            "code": "7739208"
          },
          {
            "system": "https://mednet.swiss/fhir/productNumber",
            "code": "6698301"
          }
        ],
        "text": "Paracetamol Axapharm Filmtabl 500 mg Ds 100 Stk"
      }
    }
  ],
  "status": "active",
  "medicationReference": {
    "reference": "#mni-medication-example2"
  },
  "subject": {
    "reference": "Patient/mni-patient-example1"
  },
  "effectivePeriod": {
    "start": "2020-01-01",
    "end": "2020-02-01"
  },
  "dosage": [
    {
      "text": "1-0-1-0"
    }
  ]
}