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

FHIR IG analytics

Packagehl7.fhir.cz.ps
Resource TypeMedicationStatement
IdMedicationStatement-fe9d38fc-057f-4fea-9edb-888d833b7aef.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 fe9d38fc-057f-4fea-9edb-888d833b7aef

identifier: http://example.org/hospital/medication-statements/medication-statement-002

status: active

medication: Rivaroxaban 20 mg

subject: Mračena Mrakomorová Female, DoB: 1971-11-26 ( https://ncez.mzcr.cz/fhir/sid/cpoj#7161264528 (use: official, ))

Dosages

-Text
*1-0-0 (20 mg denně)

Source1

{
  "resourceType": "MedicationStatement",
  "id": "fe9d38fc-057f-4fea-9edb-888d833b7aef",
  "meta": {
    "profile": [
      "https://hl7.cz/fhir/ps/StructureDefinition/cz-medicationstatement-ps"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/hospital/medication-statements",
      "value": "medication-statement-002"
    }
  ],
  "status": "active",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://www.whocc.no/atc",
        "code": "B01AF01",
        "display": "Rivaroxaban"
      }
    ],
    "text": "Rivaroxaban 20 mg"
  },
  "subject": {
    "reference": "urn:uuid:3c137453-0de8-4e1a-be72-9dc55f500d57"
  },
  "dosage": [
    {
      "text": "1-0-0 (20 mg denně)"
    }
  ]
}