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

FHIR IG analytics

Packageil.core.fhir.r4
Resource TypeResearchSubject
IdResearchSubject-cancer-patient.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": "ResearchSubject",
  "id": "cancer-patient",
  "meta": {
    "profile": [
      "http://fhir.health.gov.il/StructureDefinition/il-core-research-subject"
    ]
  },
  "identifier": [
    {
      "type": {
        "text": "Subject id"
      },
      "system": "http://fhir.health.gov.il/identifier/il-national-id",
      "value": "000000018"
    }
  ],
  "status": "candidate",
  "study": {
    "reference": "ResearchStudy/cancer-study"
  },
  "individual": {
    "reference": "Patient/patient-israeli"
  },
  "consent": {
    "reference": "Consent/consent-example-basic"
  },
  "period": {
    "start": "2020-02-07",
    "end": "2021-03-01"
  },
  "assignedArm": "control"
}