Data not displayed in Sample HIU

Hi,
I have sent a FHIR json, which is error free when validated using validator downloaded from http://hl7.org/fhir/validator/, to dataPushUrl and receive 202 Accepted, but shows “No information available” error in the sample HIU https://dev.ndhm.gov.in/hiu#/, as shown in attached file

The FHIR json is as given below:
{
“resourceType”: “Bundle”,
“id”: “Prescription-1”,
“meta”: {
“versionId”: “1”,
“lastUpdated”: “2022-02-04T13:43:24.528311+05:30”,
“profile”: [
“https://nrces.in/ndhm/fhir/r4/StructureDefinition/DocumentBundle”
],
“security”: [
{
“system”: “http://terminology.hl7.org/CodeSystem/v3-Confidentiality”,
“code”: “V”,
“display”: “very restricted”
}
]
},
“identifier”: {
“system”: “http://hip.in”,
“value”: “7a50d517-3543-44c8-9e64-904c8f2fb49f”
},
“type”: “document”,
“timestamp”: “2022-02-04T13:43:24.528311+05:30”,
“entry”: [
{
“fullUrl”: “Composition/1”,
“resource”: {
“resourceType”: “Composition”,
“id”: “1”,
“meta”: {
“versionId”: “1”,
“lastUpdated”: “2022-02-04T13:43:24.528311+05:30”,
“profile”: [
“https://nrces.in/ndhm/fhir/r4/StructureDefinition/PrescriptionRecord”
]
},
“language”: “en-IN”,
“text”: {
“status”: “generated”,
“div”: “<div xmlns=“http://www.w3.org/1999/xhtml” xml:lang=“en-IN” lang=“en-IN”>

Narrative with Details

\r\n

id: 1

\r\n\t

status: active

\r\n\t

type: Prescription record (Details : {http://snomed.info/sct} code ‘440545006’ = ‘Prescription record’)

\r\n

subject: SHUBHAM ANAND. Generated Summary: id: 1; Medical Record Number = 1234 (System : {https://ndhm.in/SwasthID}); active; SHUBHAM ANAND ; ph: +917387106250(HOME); gender: male; birthDate: Thu Jan 01 00:00:00 IST 1998

\r\n

date: 2017-05-27T11:46:09+05:30

\r\n\t

author: Dr. SAYLEE DESHMUKH. Generated Summary: id: 1; Medical License number = I-66620-A (System : {https://ndhm.in/DigiDoc})

\r\n

Medication prescribed for SHUBHAM ANAND issued 9-July 2020

\r\n
Medicine                                                                   Directions           Instruction\r\nAzithromycin (as azithromycin dihydrate) 250 mg oral capsule           1 capsule per day       With or after food      
\r\n

Inc signed: Dr. SAYLEE DESHMUKH, MD (Medicine)


},
“identifier”: {
“system”: “https://ndhm.in/phr”,
“value”: “645bb0c3-ff7e-4123-bef5-3852a4784813”
},
“status”: “final”,
“type”: {
“coding”: [
{
“system”: “http://snomed.info/sct”,
“code”: “440545006”,
“display”: “Prescription record”
}
],
“text”: “Prescription record”
},
“subject”: {
“reference”: “Patient/shubhamanand”
},
“date”: “2022-02-04T13:43:24.528311+05:30”,
“author”: [
{
“reference”: “Practitioner/I-66620-A”
}
],
“title”: “Prescription for SHUBHAM ANAND”,
“section”: [
{
“title”: “Prescription record”,
“code”: {
“coding”: [
{
“system”: “http://snomed.info/sct”,
“code”: “440545006”,
“display”: “Prescription record”
}
]
},
“entry”: [
{
“reference”: “MedicationRequest/4323133”,
“type”: “MedicationRequest”
}
]
}
]
}
},
{
“fullUrl”: “Patient/shubhamanand”,
“resource”: {
“resourceType”: “Patient”,
“id”: “shubhamanand”,
“meta”: {
“versionId”: “1”,
“lastUpdated”: “2022-02-04T13:43:24.528311+05:30”,
“profile”: [
“https://nrces.in/ndhm/fhir/r4/StructureDefinition/Patient”
]
},
“text”: {
“status”: “generated”,
“div”: “<div xmlns=“http://www.w3.org/1999/xhtml” xml:lang=“en-IN” lang=“en-IN”>SHUBHAM ANAND, null years, male”
},
“name”: [
{
“text”: “
SHUBHAM ANAND

}
],
“telecom”: [
{
“system”: “phone”,
“value”: “7387106250”,
“use”: “home”
}
],
“gender”: “male”,
“birthDate”: “1998-01-01”
}
},
{
“fullUrl”: “Practitioner/I-66620-A”,
“resource”: {
“resourceType”: “Practitioner”,
“id”: “114”,
“meta”: {
“versionId”: “1”,
“lastUpdated”: “2022-02-04T13:43:24.528311+05:30”,
“profile”: [
“https://nrces.in/ndhm/fhir/r4/StructureDefinition/Practitioner”
]
},
“text”: {
“status”: “generated”,
“div”: “<div xmlns=“http://www.w3.org/1999/xhtml” xml:lang=“en-IN” lang=“en-IN”>Dr. SAYLEE DESHMUKH, "
},
“name”: [
{
“text”: “SAYLEE DESHMUKH”
}
]
}
},
{
“fullUrl”: “MedicationRequest/4323133”,
“resource”: {
“resourceType”: “MedicationRequest”,
“id”: “1”,
“meta”: {
“profile”: [
“https://nrces.in/ndhm/fhir/r4/StructureDefinition/Practitioner”
]
},
“text”: {
“status”: “generated”,
“div”: “<div xmlns=“http://www.w3.org/1999/xhtml”>

Generated Narrative

status: active

intent: order

medication: <span title=“Codes: “>1587

subject: <a href=”#Patient_shubhamanand”>SHUBHAM ANAND. Generated Summary: Medical record number: 22-7225-4829-5255; SHUBHAM ANAND; Phone: +917387106250; gender: male; birthDate: Thu Jan 01 00:00:00 IST 1998

authoredOn: 2020-07-09

requester: <a href=”#Practitioner_I-66620-A”>Dr. SAYLEE DESHMUKH. Generated Summary: Medical License number: I-66620-A; Dr. SAYLEE DESHMUKH

"
},
“status”: “active”,
“subject”: {
“reference”: “Patient/shubhamanand”,
“display”: “SHUBHAM ANAND”
},
“intent”: “order”,
“requester”: {
“reference”: “Practitioner/I-66620-A”
},
“medicationCodeableConcept”: {
“text”: "AMLA CHURNA "
},
“dosageInstruction”: [
{
“text”: “1”,
“timing”: {
“repeat”: {
“frequency”: 1,
“period”: 7,
“periodUnit”: “Days”
}
},
“route”: {
“text”: “BUTTER/NAVANEETHA”
}
}
]
}
}
]
}

Thanks.

Hi Can you provide the data in through any bin?

Your data is not formatted property in the pasting.

Hi @bhaskar.dabhi,

Below is the link to github repository containing the Prescription FHIR JSON file:

Thanks.

This is looking fine to me. Look at some of their Prescription example. We have to do many trial and error to get this done.