FHIR IG analytics| Package | hl7.fhir.uv.ips |
| Resource Type | Patient |
| Id | Patient-patient-example-female.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient patient-example-female
Language: en
Profile: Patient (IPS)
Martha DeLarosa Female, DoB: 1992-05-01 ( urn:oid:2.16.840.1.113883.2.4.6.3#574687583)
| Active: | true | ||
| Contact Detail |
| ||
| mother: |
| ||
{
"resourceType": "Patient",
"id": "patient-example-female",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/ips/StructureDefinition/Patient-uv-ips"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "urn:oid:2.16.840.1.113883.2.4.6.3",
"value": "574687583"
}
],
"active": true,
"name": [
{
"family": "DeLarosa",
"given": [
"Martha"
]
}
],
"telecom": [
{
"system": "phone",
"value": "+31788700800",
"use": "home"
}
],
"gender": "female",
"birthDate": "1992-05-01",
"address": [
{
"line": [
"Laan Van Europa 1600"
],
"city": "Dordrecht",
"postalCode": "3317 DB",
"country": "NL"
}
],
"contact": [
{
"relationship": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "MTH"
}
]
}
],
"name": {
"family": "Mum",
"given": [
"Martha"
]
},
"telecom": [
{
"system": "phone",
"value": "+33-555-20036",
"use": "home"
}
],
"address": {
"line": [
"Promenade des Anglais 111"
],
"city": "Lyon",
"postalCode": "69001",
"country": "FR"
}
}
]
}