FHIR IG analytics| Package | implementation.guide.nhdr |
| Resource Type | Patient |
| Id | Patient-.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Patient",
"meta": {
"lastUpdated": "2024-07-12T14:07:16.25+00:00",
"profile": [
"https://fake-acme.org/fhir/StructureDefinition/ACME-base-patient"
]
},
"implicitRules": "http://hl7.org/fhir/reference",
"language": "en-IN",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "usual",
"system": "http://www.acme.com/identifiers/patient",
"value": "123456"
}
],
"active": true,
"name": [
{
"use": "official",
"text": "Example Patient",
"family": "Patient",
"given": [
"Example"
]
}
],
"telecom": [
{
"system": "phone",
"value": "abc",
"use": "home"
}
],
"gender": "other",
"deceasedBoolean": false,
"address": [
{
"use": "home",
"type": "both",
"text": "137 Nowhere Street, Erewhon 9132",
"line": [
"137 Nowhere Street"
],
"city": "Erewhon",
"district": "Madison",
"state": "abc",
"postalCode": "9132",
"country": "abc"
}
],
"maritalStatus": {
"text": "abc"
},
"multipleBirthBoolean": false,
"photo": [
{
"contentType": "text/plain; charset=UTF-8, image/png",
"language": "en-AU",
"url": "http://www.acme.com/logo-small.png",
"size": 1037423195,
"title": "Official Corporate Logo",
"creation": "1984-05-06T14:42:00+00:00"
}
],
"managingOrganization": {
"reference": "abc",
"display": "abc"
}
}