FHIR IG analytics| Package | navify.fhir.r5.rdc |
| Resource Type | Bundle |
| Id | rdc-Bundle-R5-Patient-Search-Result.json |
| FHIR Version | R5 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Bundle",
"id": "rdc-Bundle-R5-Patient-Search-Result",
"type": "searchset",
"total": 1,
"link": [
{
"relation": "self",
"url": "/fhir/r5/api/Patient?identifier=urn:oid:2.16.724.4.41|5e3b4d8f-2c3a-4c8b-bd3e-9a1f8e7c6a2d"
}
],
"entry": [
{
"fullUrl": "urn:uuid:a3e1c2d4-5f6b-4a7e-8c9d-0b1e2f3a4b5c",
"resource": {
"resourceType": "Patient",
"id": "rdc-Patient-Peter",
"meta": {
"profile": [
"https://roche.com/fhir/iop/StructureDefinition/rdc-Patient"
]
},
"extension": [
{
"url": "https://roche.com/fhir/iop/StructureDefinition/ext-DiabetesType",
"valueReference": {
"reference": "#rdc-Condition-diabetes-type"
}
}
],
"contained": [
{
"resourceType": "Condition",
"id": "rdc-Condition-diabetes-type",
"meta": {
"profile": [
"https://roche.com/fhir/iop/StructureDefinition/rdc-Condition"
]
},
"clinicalStatus": {
"coding": [
{
"code": "unknown",
"system": "http://terminology.hl7.org/CodeSystem/condition-clinical",
"display": "Unknown"
}
]
},
"code": {
"coding": [
{
"code": "46635009",
"system": "http://snomed.info/sct",
"display": "Diabetes mellitus type 1"
}
]
},
"subject": {
"reference": "#"
}
}
],
"identifier": [
{
"system": "urn:oid:2.16.724.4.41",
"value": "5e3b4d8f-2c3a-4c8b-bd3e-9a1f8e7c6a2d"
}
],
"name": [
{
"family": "Chalmers",
"given": [
"Peter"
]
}
],
"telecom": [
{
"system": "phone",
"value": "(03) 5555 6473"
},
{
"system": "email",
"value": "peter@email.com"
}
],
"gender": "male",
"birthDate": "1974-12-25"
},
"search": {
"mode": "match"
}
}
]
}