FHIR IG analytics| Package | ca.infoway.io.psca |
| Resource Type | Patient |
| Id | Patient-patient1-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative
Resource "patient1-example"
Profile: Patient (PS-CA)
identifier: Medical record number: 654321 (USUAL), Jurisdictional health number: 5584486647
active: true
name: Duck Donald (OFFICIAL)
gender: male
birthDate: 1952-08-01
{
"resourceType": "Patient",
"id": "patient1-example",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/patient-ca-ps"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "usual",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR"
}
]
},
"system": "urn:oid:0.1.2.3.4.5.6.7",
"value": "654321"
},
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "JHN"
}
]
},
"system": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-patient-hcn",
"value": "5584486647"
}
],
"active": true,
"name": [
{
"use": "official",
"family": "Donald",
"given": [
"Duck"
]
}
],
"gender": "male",
"birthDate": "1952-08-01"
}