FHIR IG analytics| Package | il.core.fhir.r4 |
| Resource Type | ResearchSubject |
| Id | ResearchSubject-cancer-patient.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"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"
}