FHIR IG analytics| Package | ufp.core |
| Resource Type | Patient |
| Id | Patient-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
![]() | Name: | Kirk, James T. |
| Gender: | male | |
| Rank: | Admiral | |
| Assignment: | Starfleet Headquarters | |
| 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/sfsid",
"value": "SC937-0176CEC"
}
],
"name": [
{
"use": "official",
"family": "Kirk",
"given": [
"James",
"T."
],
"prefix": [
"Admiral"
]
}
],
"gender": "male",
"birthDate": "2233-03-22",
"address": [
{
"use": "old",
"type": "both",
"line": [
"42 Pioneer St."
],
"city": "Riverside",
"postalCode": "52327",
"state": "Iowa",
"country": "USA"
}
],
"maritalStatus": {
"coding": [
{
"system": "http://hl7.org/fhir/v3/MaritalStatus",
"code": "P"
}
]
},
"contact": [
{
"relationship": [
{
"coding": [
{
"system": "http://hl7.org/fhir/v2/0131",
"code": "N"
}
]
}
],
"name": {
"given": [
"Spock"
]
},
"telecom": [
{
"system": "email",
"value": "spock@starfleet.ufp"
}
]
}
]
}