FHIR IG analytics| Package | ca.qc.sq.sgrdv |
| Resource Type | Patient |
| Id | Patient-sgrdv-book-example-patient.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"id": "sgrdv-book-example-patient",
"meta": {
"profile": [
"http://sante.quebec/fhir/StructureDefinition/sgrdv-base-book-patient"
]
},
"extension": [
{
"url": "http://sante.quebec/fhir/StructureDefinition/sgrdv-patient-birth-gender",
"valueCode": "female"
},
{
"url": "http://sante.quebec/fhir/StructureDefinition/sgrdv-patient-admis-gap",
"valueInteger": 1
}
],
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "NI"
}
]
},
"system": "http://sante.quebec/fhir/NamingSystem/RAMQ",
"value": "TREM12345678"
}
],
"name": [
{
"given": [
"Sophie"
],
"family": "Tremblay"
}
],
"telecom": [
{
"system": "phone",
"value": "514-555-0101",
"rank": 1
},
{
"system": "sms",
"value": "514-555-0101",
"rank": 1
}
],
"birthDate": "1985-04-12"
}