FHIR IG analytics| Package | hl7.eu.fhir.pcsp |
| Resource Type | Patient |
| Id | Patient-PatientHulafe-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
NOMBRE APELLIDO1 APELLIDO2(ANONYMOUS) female, DoB: 2005-07-01 ( id: 123456789 (use: OFFICIAL))
| Contact Detail: | belensmicorr@gggmail.com | ||
| Language: | Español | ||
| Mother's Maiden Name: |
| ||
| Birth Place: |
| ||
{
"resourceType": "Patient",
"id": "PatientHulafe-1",
"meta": {
"profile": [
"http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Patient-eu-pcsp"
]
},
"language": "es-ES",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/patient-mothersMaidenName",
"valueString": "APELLIDO2"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/patient-birthPlace",
"valueAddress": {
"line": [
"CALLEFALSA123"
],
"city": "Valencia",
"state": "Valencia",
"country": "España"
}
}
],
"identifier": [
{
"use": "official",
"system": "urn:oid:2.16.724.4.10.50.200",
"value": "123456789"
}
],
"name": [
{
"use": "anonymous",
"text": "NOMBRE APELLIDO1 APELLIDO2",
"family": "APELLIDO1",
"given": [
"NOMBRE"
]
}
],
"telecom": [
{
"system": "email",
"value": "belensmicorr@gggmail.com"
}
],
"gender": "female",
"birthDate": "2005-07-01",
"communication": [
{
"language": {
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "es-ES",
"display": "Español"
}
]
}
}
]
}