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
Generated Narrative: Patient PatientHulafe-1
Language: es-ES
Profile: Patient: PCSP
NOMBRE APELLIDO1 APELLIDO2(anonymous) Female, DoB: 2005-07-01 ( urn:oid:2.16.724.4.10.50.200#123456789 (use: official, ))
| Contact Detail | belensmicorr@gggmail.com | ||
| Language: | Spanish (Spain) | ||
| Patient Mother's Maiden Name | APELLIDO2 | ||
| Patient Birth Place | CALLEFALSA123 Valencia Valencia España | ||
{
"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": "Spanish (Spain)"
}
]
}
}
]
}