FHIR IG analytics| Package | hl7-france-fhir.administrative-2022 |
| Resource Type | Patient |
| Id | Patient-Pierre-Obelix.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"id": "2089",
"meta": {
"profile": [
"http://interopsante.org/fhir/StructureDefinition/FrPatient"
]
},
"gender": "male",
"identifier": [
{
"use": "usual",
"system": "urn:oid:1.2.250.1.213.1.4.2",
"type": {
"coding": [
{
"system": "http://terminology.interopsante.org/CodeSystem/v2-0203",
"code": "PI",
"display": "Patient internal identifier"
}
]
},
"value": "2089"
}
],
"address": [
{
"use": "home",
"type": "both",
"line": [
"3 rue du test"
],
"city": "PARIS",
"postalCode": "75004"
}
],
"telecom": [
{
"system": "phone",
"value": "05 05 05 05 05",
"use": "home",
"rank": 1
}
],
"name": [
{
"use": "official",
"family": "OBELIX",
"given": [
"Pierre"
],
"prefix": [
"M."
]
},
{
"use": "usual",
"family": "ASTERIX",
"given": [
"Henry"
]
}
]
}