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

FHIR IG analytics

Packagehl7.fhir.cz.ems
Resource TypeMedication
IdMedication-68c98e94-e997-417c-9108-f05f65fc5327.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: Medication 68c98e94-e997-417c-9108-f05f65fc5327

identifier: https://www.nempriklad.cz//a12345

code: BETALOC

form: Injekční roztok

Ingredients

-Item[x]
*METOPROLOLI TARTRAS

Source1

{
  "resourceType": "Medication",
  "id": "68c98e94-e997-417c-9108-f05f65fc5327",
  "meta": {
    "profile": [
      "https://hl7.cz/fhir/core/StructureDefinition/cz-Medication"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://www.nempriklad.cz/",
      "value": "a12345"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "https://sukl.cz/terminology/CodeSystem/dlp-lecive-pripravky",
        "code": "231703",
        "display": "BETALOC"
      }
    ],
    "text": "BETALOC"
  },
  "form": {
    "coding": [
      {
        "system": "https://hl7.cz/fhir/core/CodeSystem/cz-dlpformy-cs",
        "code": "INJSOL",
        "display": "Injekční roztok"
      }
    ]
  },
  "ingredient": [
    {
      "itemCodeableConcept": {
        "coding": [
          {
            "system": "https://sukl.cz/terminology/CodeSystem/dlp-lecivelatky",
            "code": "4634",
            "display": "METOPROLOLI TARTRAS"
          }
        ]
      }
    }
  ]
}