Skip to content

Instantly share code, notes, and snippets.

View brianraila's full-sized avatar
👨‍💻
Gaming on VS Code.

Amolo brianraila

👨‍💻
Gaming on VS Code.
View GitHub Profile
{
"resourceType": "Bundle",
"id": "bundle-transaction",
"meta": {
"lastUpdated": "2024-10-11T11:22:16Z"
},
"type": "transaction",
"entry": [
{
"resource": {
{
"resourceType": "Patient",
"id": "patient-kisumu-001",
"identifier": [
{
"system": "https://hie.kisumu.go.ke/IdentifierSystem/PASSPORT",
"value": "123456"
}
],
"name": [
{
"resourceType": "Bundle",
"id": "f048ffa3-4fa6-49ee-b0b8-13a787ff4c7a",
"type": "message",
"entry": [
{
"fullUrl": "https://qa-mis.apeiro-digital.com/fhir/Patient/CR6164711105276-6",
"resource": {
"resourceType": "Patient",
"id": "CR6164711105276-6",
@brianraila
brianraila / ServiceRequest.json
Created February 28, 2024 08:07
Sample eCHIS Service Request
{
"resourceType": "ServiceRequest",
"identifier": [
{
"system": "https://example.com/medic/",
"value": "123456789"
}
],
"status": "in-progress",
"intent": "order",
@brianraila
brianraila / Sample-IPS-Composition.json
Last active December 4, 2023 04:40
Sample International Patient Summary (IPS) from a HAPI FHIR Server
{
"resourceType": "Bundle",
"id": "175bd032-8b00-4728-b2dc-748bb1501aed",
"language": "en-GB",
"identifier": {
"system": "urn:oid:2.16.724.4.8.10.200.10",
"value": "175bd032-8b00-4728-b2dc-748bb1501aed"
},
"type": "document",
"timestamp": "2023-12-03T14:30:00+01:00",
{
"resourceType" : "Questionnaire",
"id" : "zika-virus-exposure-assessment",
"url" : "http://example.org/Questionnaire/zika-virus-exposure-assessment",
"identifier" : [{
"system" : "urn:ietf:rfc:3986",
"value" : "urn:oid:2.16.840.1.113883.4.642.20.1"
}],
"name" : "ExampleZikaVirusExposureAssessment",
"title" : "Example Zika Virus Exposure Assessment",
{
"resourceType" : "Library",
"id" : "example",
"identifier" : [{
"use" : "official",
"value" : "ChlamydiaScreening_Common"
}],
"version" : "2.0.0",
"name" : "ChlamydiaScreeningCommonLibrary",
"title" : "Chlamydia Screening Common Library",
{
"resourceType": "CodeSystem",
"url": "http://example.com/CodeSystem/CardiacConditions",
"version": "1.0.0",
"name": "CardiacConditions",
"status": "active",
"concept": [
{
"code": "myocardial-infarction",
"display": "Myocardial Infarction"
{
"resourceType": "StructureDefinition",
"id": "CardiacCondition",
"url": "http://example.com/StructureDefinition/CardiacCondition",
"version": "1.0.0",
"name": "CardiacCondition",
"status": "active",
"publisher": "Cardiology Organization",
"description": "A cardiac condition extension",
"fhirVersion": "4.0.1",
{
"resourceType": "StructureDefinition",
"id": "CardiologyPatientProfile",
"url": "http://example.com/StructureDefinition/CardiologyPatientProfile",
"version": "1.0.0",
"name": "CardiologyPatientProfile",
"status": "active",
"publisher": "Cardiology Organization",
"description": "A profile for cardiology patients",
"fhirVersion": "4.0.1",