FHIR IG analytics| Package | ufp.core |
| Resource Type | Patient |
| Id | Patient-example-duplicate-2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
![]() | Name: | Burnham, Michael |
| Gender: | Female | |
| Rank: | n/a | |
| Assignment: | U.S.S. Discovery | |
| Source: http://memory-alpha.wikia.com | ||
{
"resourceType": "Patient",
"meta": {
"profile": [
"http://fhir.ufp/StructureDefinition/patient-ufp"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://fhir.ufp/StructureDefinition/species",
"valueCodeableConcept": {
"coding": [
{
"system": "http://fhir.ufp/CodeSystem/species",
"code": "HU"
}
]
}
}
],
"identifier": [
{
"system": "http://fhir.ufp/NamingSystem/ufp-citizen-id",
"value": "9973264355"
},
{
"system": "http://starfleet-hospital.ufp/NamingSystem/patient-identifier",
"value": "NCC-1032"
}
],
"name": [
{
"family": "Burnham",
"given": [
"Michael"
]
}
],
"telecom": [
{
"system": "phone",
"value": "+49 (0)12345 - 123456",
"use": "home"
}
],
"birthDate": "2226-10-24",
"address": [
{
"use": "home",
"type": "both",
"line": [
"Milchstrasse 42"
],
"city": "Spöck",
"postalCode": "76297",
"country": "DE",
"extension": [
{
"url": "http://fhir.ufp/StructureDefinition/planet",
"valueString": "Earth"
}
]
}
],
"maritalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
"code": "U"
}
]
},
"contact": [
{
"relationship": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0131",
"code": "N"
}
]
}
],
"name": {
"text": "Sarek"
},
"telecom": [
{
"system": "email",
"value": "sarek@vulcan-science-academy.vc"
}
]
}
]
}