USCDI+ Clinical Trials Matching Implementation Guide
0.1.0

⚠️ This is a developmental version of the guide and is under active development. Content may change at any time without notice. No official release has been made. The final base canonical URL and hosting location have not yet been determined. This guide should not be used for production implementations.

3.2.1. cancer-patient-example

{
"resourceType": "Patient",
"id": "example",
"text": {
"status": "generated",
--- We have skipped the narrative for better readability of the resource ---
},
{
"use": "usual",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR"
}
]
},
"system": "urn:oid:1.2.36.146.595.217.0.1",
"value": "12345",
"period": {
"start": "2001-05-06"
},
"display": "Acme Healthcare"
}
}
],
"active": true,
"name": [
{
"use": "official",
"family": "Chalmers",
"given": [
"Peter",
"James"
]
},
{
"use": "usual",
"given": [
"Jim"
]
},
{
"use": "maiden",
"family": "Windsor",
"given": [
"Peter",
"James"
],
"period": {
"end": "2002"
}
}
],
"telecom": [
{
"use": "home"
},
{
"system": "phone",
"value": "(03) 5555 6473",
"use": "work",
"rank": 1
},
{
"system": "phone",
"value": "(03) 3410 5613",
"use": "mobile",
"rank": 2
},
{
"system": "phone",
"value": "(03) 5555 8834",
"use": "old",
"period": {
"end": "2014"
}
}
],
"gender": "male",
"birthDate": "1974-12-25",
{
"url": "http://hl7.org/fhir/StructureDefinition/patient-birthTime",
"valueDateTime": "1974-12-25T14:35:45-05:00"
}
]
},
"deceasedBoolean": false,
"address": [
{
"use": "home",
"type": "both",
"text": "534 Erewhon St PeasantVille, Rainbow, Vic 3999",
"line": [
"534 Erewhon St"
],
"city": "PleasantVille",
"district": "Rainbow",
"state": "Vic",
"postalCode": "3999",
"period": {
"start": "1974-12-25"
}
}
],
"contact": [
{
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0131",
"code": "N"
}
]
}
],
"name": {
"family": "du Marché",
"_family": {
{
"url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix",
"valueString": "VV"
}
]
},
"given": [
"Bénédicte"
]
},
"telecom": [
{
"system": "phone",
"value": "+33 (237) 998327"
}
],
"address": {
"use": "home",
"type": "both",
"line": [
"534 Erewhon St"
],
"city": "PleasantVille",
"district": "Rainbow",
"state": "Vic",
"postalCode": "3999",
"period": {
"start": "1974-12-25"
}
},
"gender": "female",
"period": {
"start": "2012"
}
}
],
"reference": "Organization/1"
}
}
<Patient xmlns="http://hl7.org/fhir">
<id value="example" />
<status value="generated" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<use value="usual" />
<system value="http://terminology.hl7.org/CodeSystem/v2-0203" />
<code value="MR" />
</coding>
</type>
<system value="urn:oid:1.2.36.146.595.217.0.1" />
<value value="12345" />
<start value="2001-05-06" />
</period>
<display value="Acme Healthcare" />
</assigner>
</identifier>
<active value="true" />
<use value="official" />
<family value="Chalmers" />
<given value="Peter" />
<given value="James" />
</name>
<use value="usual" />
<given value="Jim" />
</name>
<use value="maiden" />
<family value="Windsor" />
<given value="Peter" />
<given value="James" />
<end value="2002" />
</period>
</name>
<use value="home" />
</telecom>
<system value="phone" />
<value value="(03) 5555 6473" />
<use value="work" />
<rank value="1" />
</telecom>
<system value="phone" />
<value value="(03) 3410 5613" />
<use value="mobile" />
<rank value="2" />
</telecom>
<system value="phone" />
<value value="(03) 5555 8834" />
<use value="old" />
<end value="2014" />
</period>
</telecom>
<gender value="male" />
<birthDate value="1974-12-25">
<extension url="http://hl7.org/fhir/StructureDefinition/patient-birthTime">
<valueDateTime value="1974-12-25T14:35:45-05:00" />
</extension>
</birthDate>
<deceasedBoolean value="false" />
<use value="home" />
<type value="both" />
<text value="534 Erewhon St PeasantVille, Rainbow, Vic 3999" />
<line value="534 Erewhon St" />
<city value="PleasantVille" />
<district value="Rainbow" />
<state value="Vic" />
<postalCode value="3999" />
<start value="1974-12-25" />
</period>
</address>
<system value="http://terminology.hl7.org/CodeSystem/v2-0131" />
<code value="N" />
</coding>
</relationship>
<family value="du Marché">
<extension url="http://hl7.org/fhir/StructureDefinition/humanname-own-prefix">
<valueString value="VV" />
</extension>
</family>
<given value="Bénédicte" />
</name>
<system value="phone" />
<value value="+33 (237) 998327" />
</telecom>
<use value="home" />
<type value="both" />
<line value="534 Erewhon St" />
<city value="PleasantVille" />
<district value="Rainbow" />
<state value="Vic" />
<postalCode value="3999" />
<start value="1974-12-25" />
</period>
</address>
<gender value="female" />
<start value="2012" />
</period>
</contact>
<reference value="Organization/1" />
</managingOrganization>
</Patient>
Patient
Patient.id[0]example
Patient.text[0].status[0]generated
Patient.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml"> <table> <tbody> <tr> <td>Name</td> <td>Peter James <b>Chalmers</b> (&quot;Jim&quot;) </td> </tr> <tr> <td>Address</td> <td>534 Erewhon, Pleasantville, Vic, 3999</td> </tr> <tr> <td>Contacts</td> <td>Home: unknown. Work: (03) 5555 6473</td> </tr> <tr> <td>Id</td> <td>MRN: 12345 (Acme Healthcare)</td> </tr> </tbody> </table> </div>
Patient.identifier[0].use[0]usual
Patient.identifier[0].type[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/v2-0203
Patient.identifier[0].type[0].coding[0].code[0]MR
Patient.identifier[0].system[0]urn:oid:1.2.36.146.595.217.0.1
Patient.identifier[0].value[0]12345
Patient.identifier[0].period[0].start[0]2001-05-06
Patient.identifier[0].assigner[0].display[0]Acme Healthcare
Patient.active[0]True
Patient.name[0].use[0]official
Patient.name[0].family[0]Chalmers
Patient.name[0].given[0]Peter
Patient.name[0].given[1]James
Patient.name[1].use[0]usual
Patient.name[1].given[0]Jim
Patient.name[2].use[0]maiden
Patient.name[2].family[0]Windsor
Patient.name[2].given[0]Peter
Patient.name[2].given[1]James
Patient.name[2].period[0].end[0]2002
Patient.telecom[0].use[0]home
Patient.telecom[1].system[0]phone
Patient.telecom[1].value[0](03) 5555 6473
Patient.telecom[1].use[0]work
Patient.telecom[1].rank[0]1
Patient.telecom[2].system[0]phone
Patient.telecom[2].value[0](03) 3410 5613
Patient.telecom[2].use[0]mobile
Patient.telecom[2].rank[0]2
Patient.telecom[3].system[0]phone
Patient.telecom[3].value[0](03) 5555 8834
Patient.telecom[3].use[0]old
Patient.telecom[3].period[0].end[0]2014
Patient.gender[0]male
Patient.birthDate[0]1974-12-25
Patient.birthDate[0].extension[0].url[0]http://hl7.org/fhir/StructureDefinition/patient-birthTime
Patient.birthDate[0].extension[0].value[0]1974-12-25T14:35:45-05:00
Patient.deceased[0]False
Patient.address[0].use[0]home
Patient.address[0].type[0]both
Patient.address[0].text[0]534 Erewhon St PeasantVille, Rainbow, Vic 3999
Patient.address[0].line[0]534 Erewhon St
Patient.address[0].city[0]PleasantVille
Patient.address[0].district[0]Rainbow
Patient.address[0].state[0]Vic
Patient.address[0].postalCode[0]3999
Patient.address[0].period[0].start[0]1974-12-25
Patient.contact[0].relationship[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/v2-0131
Patient.contact[0].relationship[0].coding[0].code[0]N
Patient.contact[0].name[0].family[0]du Marché
Patient.contact[0].name[0].family[0].extension[0].url[0]http://hl7.org/fhir/StructureDefinition/humanname-own-prefix
Patient.contact[0].name[0].family[0].extension[0].value[0]VV
Patient.contact[0].name[0].given[0]Bénédicte
Patient.contact[0].telecom[0].system[0]phone
Patient.contact[0].telecom[0].value[0]+33 (237) 998327
Patient.contact[0].address[0].use[0]home
Patient.contact[0].address[0].type[0]both
Patient.contact[0].address[0].line[0]534 Erewhon St
Patient.contact[0].address[0].city[0]PleasantVille
Patient.contact[0].address[0].district[0]Rainbow
Patient.contact[0].address[0].state[0]Vic
Patient.contact[0].address[0].postalCode[0]3999
Patient.contact[0].address[0].period[0].start[0]1974-12-25
Patient.contact[0].gender[0]female
Patient.contact[0].period[0].start[0]2012
Patient.managingOrganization[0].reference[0]Organization/1