TIFlow - Verordnungen für Arzneimittel
Version 2.0.0-ballot.1 - ci-build

: Einfaches Beispiel-Medikament - JSON Representation

Raw json | Download

{
  "resourceType" : "Medication",
  "id" : "SimpleMedication",
  "meta" : {
    "profile" : [
      🔗 "https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_Medication|2.0"
    ]
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://fhir.de/CodeSystem/ifa/pzn",
        "code" : "06313728"
      }
    ]
  },
  "batch" : {
    "lotNumber" : "1234567890"
  }
}