FHIR IG analytics| Package | hl7.fhir.us.qicore |
| Resource Type | Patient |
| Id | Patient-example-2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient example-2
Language: en
Profile: QICore Patient
Sarah Hugankiss (official) Female, DoB: 1946-09-25 ( Medical record number (use: usual, period: 1995-05-06 --> (ongoing)))
| Active: | true | Deceased: | false | ||
| Contact Detail |
| ||||
| Next-of-Kin: |
| ||||
| Links: |
| ||||
{
"resourceType": "Patient",
"id": "example-2",
"meta": {
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-patient"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "usual",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR"
}
]
},
"system": "http://example.org/patient/identifiers",
"value": "12345",
"period": {
"start": "1995-05-06"
},
"assigner": {
"display": "Acme Healthcare"
}
}
],
"active": true,
"name": [
{
"use": "official",
"family": "Hugankiss",
"given": [
"Sarah"
]
}
],
"telecom": [
{
"system": "phone",
"value": "(202) 212 1212",
"use": "mobile",
"rank": 1
}
],
"gender": "female",
"birthDate": "1946-09-25",
"_birthDate": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/patient-birthTime",
"valueDateTime": "1946-09-25T14:35:45-05:00"
}
]
},
"deceasedBoolean": false,
"address": [
{
"use": "home",
"type": "both",
"text": "1600 Pennslyvania Ave",
"line": [
"1600 Pennslyvania Ave"
],
"city": "Washington DC",
"state": "DC",
"postalCode": "20500",
"period": {
"start": "1946-12-25"
}
}
],
"contact": [
{
"relationship": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0131",
"code": "N"
}
]
}
],
"name": {
"family": "du Marché",
"_family": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix",
"valueString": "VV"
}
]
},
"given": [
"Bénédicte"
]
},
"telecom": [
{
"system": "phone",
"value": "+33 (237) 998327"
}
],
"address": {
"use": "home",
"type": "both",
"line": [
"534 Erewhon St"
],
"city": "PleasantVille",
"district": "Rainbow",
"state": "VT",
"postalCode": "3999",
"period": {
"start": "1974-12-25"
}
},
"gender": "female",
"period": {
"start": "2012"
}
}
],
"managingOrganization": {
"reference": "Organization/example"
}
}