FHIR IG analytics| Package | hl7.fhir.us.codex-radiation-therapy |
| Resource Type | Patient |
| Id | Patient-Patient-6.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient Patient-6
Language: en
Profiles: Cancer Patient Profile, US Core Patient Profile
Security Label: test health data (Details: ActReason code HTEST = 'test health data')
Peter Venkman Male, DoB: 1973-07-25 ( Medical Record Number: 1032706 (use: usual, ))
| Contact Detail |
| ||
{
"resourceType": "Patient",
"id": "Patient-6",
"meta": {
"profile": [
"http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-cancer-patient",
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
],
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "HTEST"
}
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "usual",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR",
"display": "Medical Record Number"
}
]
},
"system": "http://example.com/hospital/smarthealthit",
"value": "1032706"
}
],
"name": [
{
"use": "usual",
"family": "Venkman",
"given": [
"Peter"
]
}
],
"telecom": [
{
"system": "phone",
"value": "555-555-5555",
"use": "home"
}
],
"gender": "male",
"birthDate": "1973-07-25",
"address": [
{
"line": [
"49 Meadow St"
],
"city": "Mounds",
"state": "OK",
"postalCode": "74047",
"country": "US"
}
]
}