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

FHIR IG analytics

Packageil.core.fhir.r4
Resource TypeResearchStudy
IdResearchStudy-cancer-study.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

מחקר אונקולוגי הכולל טיפול כימותרפי

Source1

{
  "resourceType": "ResearchStudy",
  "id": "cancer-study",
  "meta": {
    "profile": [
      "http://fhir.health.gov.il/StructureDefinition/il-core-research-study"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "title": "טיפול כימותרפי מבוקר לסרטן מסוג X",
  "description": "מחקר קליני שבחן את השפעת הטיפול הכימותרפי מסוג ABC בקרב חולי סרטן מסוג X בגילאי 18–75, כולל תופעות לוואי ויעילות הטיפול.",
  "phase": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/research-study-phase",
        "code": "phase-3",
        "display": "Phase 3"
      }
    ]
  },
  "focus": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "363346000",
          "display": "Malignant neoplastic disease (disorder)"
        }
      ]
    }
  ],
  "protocol": [
    {
      "reference": "PlanDefinition/chemotherapy"
    }
  ],
  "enrollment": [
    {
      "reference": "Group/101"
    }
  ],
  "sponsor": {
    "reference": "Organization/ministry-of-health"
  },
  "principalInvestigator": {
    "reference": "Practitioner/anesthesiologist-with-expertise"
  },
  "site": [
    {
      "reference": "Location/hospital-unit"
    }
  ],
  "period": {
    "start": "2019-01-01",
    "end": "2022-12-31"
  },
  "keyword": [
    {
      "text": "כימותרפיה"
    },
    {
      "text": "סרטן"
    },
    {
      "text": "טיפול ממוקד"
    }
  ],
  "condition": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "126788000",
          "display": "Neoplasm of parotid gland"
        }
      ]
    }
  ]
}