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

FHIR IG analytics

Packagede.medizininformatikinitiative.kerndatensatz.seltene
Resource TypeServiceRequest
IdServiceRequest-example-early-detection-recommendation.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": "ServiceRequest",
  "id": "example-early-detection-recommendation",
  "meta": {
    "profile": [
      "https://www.medizininformatik-initiative.de/fhir/ext/modul-seltene/StructureDefinition/mii-pr-seltene-therapieempfehlung-nicht-medikamentoes|2026.0.0"
    ]
  },
  "status": "draft",
  "intent": "proposal",
  "category": [
    {
      "coding": [
        {
          "system": "https://www.medizininformatik-initiative.de/fhir/ext/modul-seltene/CodeSystem/mii-cs-seltene-therapieempfehlung-strategie",
          "code": "early-detection",
          "display": "Früherkennung"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "https://www.medizininformatik-initiative.de/fhir/ext/modul-seltene/CodeSystem/mii-cs-seltene-therapieempfehlung-typ",
          "code": "symptomatic",
          "display": "Symptomatisch"
        }
      ]
    }
  ],
  "priority": "routine",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "312851005",
        "display": "Screening for disorder"
      }
    ],
    "text": "Jährliche kardiologische Kontrolle bei Marfan-Syndrom"
  },
  "subject": {
    "reference": "Patient/patient-marfan-001"
  },
  "reasonReference": [
    {
      "reference": "Condition/condition-marfan-clinical"
    }
  ],
  "note": [
    {
      "text": "Jährliche Echokardiographie zur Früherkennung von Aortenwurzeldilatation empfohlen"
    }
  ]
}