FHIR IG analytics| Package | ndhm.in |
| Resource Type | Patient |
| Id | Patient-example-01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient example-01
version: 1; Last updated: 2020-07-09 14:58:58+0530
Profile: Patient
ABC Male, DoB: 1981-01-12 ( Medical record number: 22-7225-4829-5255)
| Contact Detail | +919818512600 | ||
{
"resourceType": "Patient",
"id": "example-01",
"meta": {
"versionId": "1",
"lastUpdated": "2020-07-09T14:58:58.181+05:30",
"profile": [
"https://nrces.in/ndhm/fhir/r4/StructureDefinition/Patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR",
"display": "Medical record number"
}
]
},
"system": "https://healthid.ndhm.gov.in",
"value": "22-7225-4829-5255"
}
],
"name": [
{
"text": "ABC"
}
],
"telecom": [
{
"system": "phone",
"value": "+919818512600",
"use": "home"
}
],
"gender": "male",
"birthDate": "1981-01-12"
}