Validator
LOG IN
SIGN UP
Scope
package:hl7.fhir.r4.core@4.0.1
Readonly
If you
Log in
or
sign up
, you can edit this script yourself.
{ "entry": [ { "fullUrl": "Patient/f9ebd2e9-8549-4330-91f7-de3d7e02eafd", "resource": { "active": true, "address": [ { "city": "Anytown", "country": "USA", "line": [ "456 Oak Ave" ], "state": "USA", "text": "456 Oak Ave, Anytown, USA", "type": "both", "use": "home" } ], "birthDate": "1957-05-15", "gender": "female", "generalPractitioner": [ { "display": "Dr. Evelyn Reed", "reference": "Practitioner/5206c6f4-9869-406a-9c82-7405ddb3b3f2" } ], "id": "f9ebd2e9-8549-4330-91f7-de3d7e02eafd", "identifier": [ { "system": "http://hospital.smarthealthit.org", "type": { "coding": [ { "code": "MR", "display": "Medical Record Number", "system": "http://terminology.hl7.org/CodeSystem/v2-0203" } ], "text": "Medical Record Number" }, "use": "official", "value": "123456" } ], "managingOrganization": { "display": "General Hospital", "reference": "Organization/e2536ac7-904e-4d73-bea1-b06aebed2552" }, "name": [ { "family": "Doe", "given": [ "Jane" ], "text": "Jane Doe", "use": "official" } ], "resourceType": "Patient", "telecom": [ { "system": "phone", "use": "home", "value": "555-123-4567" } ] } }, { "fullUrl": "Practitioner/5206c6f4-9869-406a-9c82-7405ddb3b3f2", "resource": { "address": [ { "city": "Anytown", "country": "USA", "line": [ "789 Health St" ], "type": "both", "use": "work" } ], "gender": "female", "id": "5206c6f4-9869-406a-9c82-7405ddb3b3f2", "identifier": [], "name": [ { "family": "Reed", "given": [ "Evelyn" ], "text": "Dr. Evelyn Reed", "use": "official" } ], "qualification": [ { "code": { "coding": [], "text": null }, "issuer": null } ], "resourceType": "Practitioner", "telecom": [ { "system": "phone", "use": "work", "value": "555-987-6543" } ] } }, { "fullUrl": "Organization/e2536ac7-904e-4d73-bea1-b06aebed2552", "resource": { "active": true, "id": "e2536ac7-904e-4d73-bea1-b06aebed2552", "identifier": { "assigner": { "display": "Anytown Health Department", "reference": "http://anytownhealth.org" }, "system": "http://example.org/identifier-systems", "type": { "coding": [ { "code": "org", "display": "Organization Identifier", "system": "http://terminology.hl7.org/CodeSystem/organization-identifier" } ], "text": "General Hospital ID" }, "use": "official", "value": "GH-789" }, "name": "General Hospital", "resourceType": "Organization", "type": [ { "code": "prov", "display": "Healthcare Provider", "system": "http://terminology.hl7.org/CodeSystem/organization-type" } ] } }, { "fullUrl": "PractitionerRole/ba7c11da-2e9e-4d3a-8387-d250f18c98ba", "resource": { "id": "ba7c11da-2e9e-4d3a-8387-d250f18c98ba", "organization": { "display": "General Hospital", "reference": "Organization/e2536ac7-904e-4d73-bea1-b06aebed2552" }, "practitioner": { "display": "Dr. Evelyn Reed", "reference": "Practitioner/5206c6f4-9869-406a-9c82-7405ddb3b3f2" }, "resourceType": "PractitionerRole" } }, { "fullUrl": "Encounter/941bd009-2288-4512-8dd3-9f879dd1e78e", "resource": { "appointment": [ { "reference": "Appointment/unique-appointment-id" } ], "class": { "code": "AMB", "display": "Ambulatory", "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode" }, "diagnosis": [ { "condition": { "reference": "Condition/bf19b864-eca8-46b0-8be5-590ddfeb05f3" } } ], "id": "941bd009-2288-4512-8dd3-9f879dd1e78e", "participant": [ { "individual": { "reference": "Practitioner/5206c6f4-9869-406a-9c82-7405ddb3b3f2" }, "type": [ { "coding": [ { "code": "PPRF", "display": "primary performer", "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType" } ], "text": "Primary Care Physician" } ] } ], "resourceType": "Encounter", "serviceProvider": { "reference": "Organization/e2536ac7-904e-4d73-bea1-b06aebed2552" }, "status": "finished", "subject": { "reference": "Patient/f9ebd2e9-8549-4330-91f7-de3d7e02eafd" }, "type": [ { "coding": [ { "code": "CONS", "display": "Follow-up Consultation", "system": "http://snomed.info/sct" } ], "text": "Follow-up Consultation" } ] } }, { "fullUrl": "Condition/bf19b864-eca8-46b0-8be5-590ddfeb05f3", "resource": { "clinicalStatus": { "coding": [ { "code": "active", "display": "Active", "system": "http://terminology.hl7.org/CodeSystem/condition-clinical" } ], "text": "Active conditions" }, "code": { "coding": [ { "code": "38341003", "display": "Hypertension", "system": "http://snomed.info/sct" }, { "code": "44054006", "display": "Type 2 Diabetes Mellitus", "system": "http://snomed.info/sct" }, { "code": "709044004", "display": "Chronic Kidney Disease, stage 3", "system": "http://snomed.info/sct" }, { "code": "396275006", "display": "Osteoarthritis in both knees", "system": "http://snomed.info/sct" }, { "code": "64932007", "display": "Exacerbation of Chronic Heart Failure", "system": "http://snomed.info/sct" } ], "text": "Hypertension, Type 2 Diabetes Mellitus, Chronic Kidney Disease, stage 3, Osteoarthritis in both knees, Exacerbation of Chronic Heart Failure" }, "encounter": { "reference": "Encounter/941bd009-2288-4512-8dd3-9f879dd1e78e" }, "id": "bf19b864-eca8-46b0-8be5-590ddfeb05f3", "resourceType": "Condition", "subject": { "reference": "Patient/f9ebd2e9-8549-4330-91f7-de3d7e02eafd" }, "verificationStatus": { "coding": [ { "code": "confirmed", "display": "Confirmed", "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ], "text": "Confirmed diagnosis" } } }, { "fullUrl": "Procedure/a9a3d198-eca5-46d6-adcd-c847052be6f0", "resource": { "code": { "coding": [ { "code": "400647007", "display": "Electrocardiogram (ECG)", "system": "http://snomed.info/sct" } ], "text": "Electrocardiogram (ECG)" }, "encounter": { "reference": "Encounter/941bd009-2288-4512-8dd3-9f879dd1e78e" }, "id": "a9a3d198-eca5-46d6-adcd-c847052be6f0", "performer": [ { "actor": { "display": "Dr. Evelyn Reed", "reference": "Practitioner/5206c6f4-9869-406a-9c82-7405ddb3b3f2" }, "onBehalfOf": { "display": "General Hospital", "reference": "Organization/e2536ac7-904e-4d73-bea1-b06aebed2552" } } ], "resourceType": "Procedure", "status": "completed", "subject": { "reference": "Patient/f9ebd2e9-8549-4330-91f7-de3d7e02eafd" } } }, { "fullUrl": "ServiceRequest/86339397-f053-4879-9825-81bac3d8d934", "resource": { "code": { "text": "Referral to Cardiology for heart failure management. Order for Comprehensive Metabolic Panel and B-type Natriuretic Peptide labs." }, "encounter": { "reference": "Encounter/941bd009-2288-4512-8dd3-9f879dd1e78e" }, "id": "86339397-f053-4879-9825-81bac3d8d934", "intent": "order", "requester": { "reference": "Practitioner/Dr. Evelyn Reed" }, "resourceType": "ServiceRequest", "status": "active", "subject": { "reference": "Patient/f9ebd2e9-8549-4330-91f7-de3d7e02eafd" } } }, { "fullUrl": "AllergyIntolerance/1fb87a10-cd5d-4e18-ad6f-6ae09adc8ee8", "resource": { "clinicalStatus": { "coding": [ { "code": "active", "display": "Active", "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical" } ], "text": "Active" }, "code": { "coding": [ { "code": "300916001", "display": "Penicillin", "system": "http://snomed.info/sct" } ], "text": "Penicillin" }, "encounter": { "reference": "Encounter/941bd009-2288-4512-8dd3-9f879dd1e78e" }, "id": "1fb87a10-cd5d-4e18-ad6f-6ae09adc8ee8", "resourceType": "AllergyIntolerance", "verificationStatus": { "coding": [ { "code": "confirmed", "display": "Confirmed", "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification" } ], "text": "Confirmed" } } }, { "fullUrl": "DocumentReference/6bad717d-060b-45ad-a1d6-85633105bdd5", "resource": { "author": [ { "reference": "Practitioner/5206c6f4-9869-406a-9c82-7405ddb3b3f2" } ], "content": [ { "attachment": { "contentType": "application/pdf", "data": "base64-encoded-data-placeholder" } } ], "custodian": { "reference": "Organization/e2536ac7-904e-4d73-bea1-b06aebed2552" }, "id": "6bad717d-060b-45ad-a1d6-85633105bdd5", "resourceType": "DocumentReference", "status": "current", "subject": { "reference": "Patient/f9ebd2e9-8549-4330-91f7-de3d7e02eafd" } } }, { "fullUrl": "MedicationRequest/0e18736d-5962-4c6a-a814-677e1d393125", "resource": { "authoredOn": "2025-10-30T10:00:00Z", "dosageInstruction": [ { "text": "Take one tablet of Lisinopril by mouth once daily." }, { "text": "Take one tablet of Metformin by mouth twice a day." }, { "text": "Take one tablet of Atorvastatin by mouth at night." }, { "text": "Take one tablet of Furosemide by mouth once daily." } ], "encounter": { "reference": "Encounter/941bd009-2288-4512-8dd3-9f879dd1e78e" }, "id": "0e18736d-5962-4c6a-a814-677e1d393125", "intent": "order", "requester": { "reference": "Practitioner/5206c6f4-9869-406a-9c82-7405ddb3b3f2" }, "resourceType": "MedicationRequest", "status": "active", "subject": { "reference": "Patient/f9ebd2e9-8549-4330-91f7-de3d7e02eafd" } } }, { "fullUrl": "MedicationStatement/173615d7-fe32-4594-85e7-f9dcf767d6a7", "resource": { "dosage": [ { "additionalInstruction": [], "doseAndRate": [], "modifierExtension": [] } ], "id": "173615d7-fe32-4594-85e7-f9dcf767d6a7", "resourceType": "MedicationStatement", "status": "active", "subject": { "reference": "Patient/f9ebd2e9-8549-4330-91f7-de3d7e02eafd" } } }, { "fullUrl": "FamilyMemberHistory/5b936de3-16c9-44dc-935c-bf8623d0a0cd", "resource": { "condition": [ { "code": { "coding": [ { "code": "44054006", "display": "Type 2 Diabetes Mellitus", "system": "http://snomed.info/sct" } ], "text": "Type 2 Diabetes" } }, { "code": { "coding": [ { "code": "38341003", "display": "Hypertension", "system": "http://snomed.info/sct" } ], "text": "Hypertension" } } ], "id": "5b936de3-16c9-44dc-935c-bf8623d0a0cd", "patient": { "reference": "Patient/f9ebd2e9-8549-4330-91f7-de3d7e02eafd" }, "relationship": { "coding": [ { "code": "MTH", "display": "mother", "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode" }, { "code": "FTH", "display": "father", "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode" } ], "text": "Mother and Father" }, "resourceType": "FamilyMemberHistory", "status": "completed" } }, { "fullUrl": "Appointment/d6da61fe-874c-4e56-ae5f-a1e4ebf49010", "resource": { "id": "d6da61fe-874c-4e56-ae5f-a1e4ebf49010", "participant": [ { "actor": { "reference": "Patient/f9ebd2e9-8549-4330-91f7-de3d7e02eafd" }, "status": "accepted" }, { "actor": { "reference": "Practitioner/5206c6f4-9869-406a-9c82-7405ddb3b3f2" }, "status": "accepted" }, { "actor": { "reference": "PractitionerRole/ba7c11da-2e9e-4d3a-8387-d250f18c98ba" }, "status": "accepted" } ], "resourceType": "Appointment", "start": "2025-11-13T09:00:00Z", "status": "booked" } } ], "resourceType": "Bundle", "type": "document" }
Overview
Errors (1)
Warnings (0)
Messages (0)
Error
: An array needs to have at least one element. At Bundle.entry[1].resource.identifier[0], line 86, position 27
Validated using the Validator Firely .NET SDK validator