FHIR IG analytics| Package | lung.ca.screen.assignment |
| Resource Type | Patient |
| Id | Patient-230725-001.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"id": "example-01",
"meta": {
"versionId": "1",
"lastUpdated": "2023-07-25T11:36:40.1509901+00:00",
"profile": [
"https://sil-th-group-a.org/fhir/StructureDefinition/CancerPatient"
]
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR",
"display": "Medical Record Number"
}
],
"text": "Medical Record Number"
},
"system": "http://sil-th-group-a.org",
"value": "12345"
}
],
"name": [
{
"use": "official",
"family": "MyPatient",
"given": [
"MyPatientName"
],
"prefix": [
"Ms."
]
}
],
"telecom": [
{
"system": "phone",
"value": "0287483728",
"use": "home"
},
{
"system": "email",
"value": "0287483728",
"use": "home"
}
],
"gender": "female",
"birthDate": "1983-01-01",
"maritalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
"code": "S",
"display": "Never Married"
}
],
"text": "Never Married"
},
"multipleBirthBoolean": false,
"communication": [
{
"language": {
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "en-US",
"display": "English (United States)"
}
],
"text": "English (United States)"
}
}
]
}