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

FHIR IG analytics

Packagekbv.ita.aws
Resource TypeMedication
IdBSP_KBV_PR_AW_Medikament_1.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

TBD

Source1

{
  "resourceType": "Medication",
  "id": "3167",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2020-09-18T15:56:00+00:00",
    "profile": [
      "https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Medikament|1.2.0"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "code": {
    "coding": [
      {
        "system": "http://fhir.de/CodeSystem/ifa/pzn",
        "code": "13720486"
      }
    ],
    "text": "Paracetamol 500 mg Tabletten"
  },
  "form": {
    "coding": [
      {
        "system": "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_KBV_DARREICHUNGSFORM",
        "code": "TAB"
      }
    ]
  },
  "amount": {
    "numerator": {
      "value": 20,
      "unit": "1",
      "system": "http://unitsofmeasure.org",
      "code": "1"
    },
    "denominator": {
      "value": 1
    }
  }
}