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

FHIR IG analytics

Packagede.medizininformatikinitiative.kerndatensatz.molgen
Resource TypeTask
IdTask-mii-exa-molgen-medikationsempfehlung-1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Task",
  "id": "mii-exa-molgen-medikationsempfehlung-1",
  "meta": {
    "profile": [
      "https://www.medizininformatik-initiative.de/fhir/ext/modul-molgen/StructureDefinition/medikationsempfehlung|2026.0.4",
      "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/medication-recommendation|3.0.0"
    ]
  },
  "basedOn": [
    {
      "reference": "servicerequest/example"
    }
  ],
  "status": "requested",
  "intent": "proposal",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "LA26421-0",
        "display": "Consider alternative medication"
      }
    ],
    "text": "Alternative Medikation in Erwägung ziehen"
  },
  "for": {
    "reference": "Patient/mii-exa-molgen-patient"
  },
  "reasonReference": {
    "reference": "Observation/mii-exa-molgen-therapeutische-implikation-1"
  }
}