Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add smart hiv implementation Guide to FHIR SDK #1

Merged
merged 3 commits into from
Jul 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
Original file line number Diff line number Diff line change
@@ -0,0 +1,230 @@
{
"resourceType": "Bundle",
"type": "transaction",
"entry": [
{
"resource": {
"resourceType": "Observation",
"status": "final",
"code": {
"text": "Key population member"
},
"subject": {
"reference": "Patient/ab0ccb5a-a20d-4159-a438-4845d22af90c"
},
"valueString": "MSM"
},
"request": {
"method": "PUT",
"url": "Observation"
}
},
{
"resource": {
"resourceType": "Condition",
"clinicalStatus": {
"coding": [
{
"system": "https://terminology.hl7.org/CodeSystem/condition-clinical",
"code": "active",
"display": "Active"
}
]
},
"verificationStatus": {
"coding": [
{
"system": "https://terminology.hl7.org/CodeSystem/condition-ver-status",
"code": "confirmed"
}
]
},
"code": {
"coding": [
{
"system": "https://snomed.info/sct",
"code": "56717001",
"display": "Diagnosed TB"
}
]
},
"subject": {
"reference": "Patient/ab0ccb5a-a20d-4159-a438-4845d22af90c"
}
},
"request": {
"method": "PUT",
"url": "Condition"
}
},
{
"resource": {
"resourceType": "Condition",
"clinicalStatus": {
"coding": [
{
"system": "https://terminology.hl7.org/CodeSystem/condition-clinical",
"code": "active",
"display": "Active"
}
]
},
"verificationStatus": {
"coding": [
{
"system": "https://terminology.hl7.org/CodeSystem/condition-ver-status",
"code": "confirmed"
}
]
},
"code": {
"coding": [
{
"system": "https://snomed.info/sct",
"code": "161920001",
"display": "Presumptive TB"
}
]
},
"subject": {
"reference": "Patient/ab0ccb5a-a20d-4159-a438-4845d22af90c"
}

},
"request": {
"method": "PUT",
"url": "Condition"
}
},
{
"resource": {
"resourceType": "Condition",
"clinicalStatus": {
"coding": [
{
"system": "https://terminology.hl7.org/CodeSystem/condition-clinical",
"code": "active",
"display": "Active"
}
]
},
"verificationStatus": {
"coding": [
{
"system": "https://terminology.hl7.org/CodeSystem/condition-ver-status",
"code": "confirmed"
}
]
},
"code": {
"coding": [
{
"system": "https://snomed.info/sct",
"code": "86406008",
"display": "Human immunodeficiency virus infection"
}
]
},
"subject": {
"reference": "Patient/ab0ccb5a-a20d-4159-a438-4845d22af90c"
}

},
"request": {
"method": "PUT",
"url": "Condition"
}
},
{
"resource": {
"resourceType": "ServiceRequest",
"id": "81521b20-ce0b-453a-824c-c1df6fdd2ccb",
"status": "active",
"intent": "order",
"code": {
"concept": {
"coding": [
{
"system": "https://snomed.info/sct",
"code": "31676001",
"display": "HIV Antigen test"
}
]
}
},
"subject": {
"reference": "Patient/ab0ccb5a-a20d-4159-a438-4845d22af90c"
}
},
"request": {
"method": "PUT",
"url": "ServiceRequest"
}
},
{
"resource": {
"resourceType": "DiagnosticReport",
"id": "6a6c744b-4bcb-4467-954c-95d19b42d53f",
"basedOn": [
{
"reference": "ServiceRequest/81521b20-ce0b-453a-824c-c1df6fdd2ccb"
}
],
"status": "final",
"code": {
"coding": [
{
"system": "https://snomed.info/sct",
"code": "31676001",
"display": "HIV Antigen test"
}
]
},
"subject": {
"reference": "Patient/ab0ccb5a-a20d-4159-a438-4845d22af90c"
},
"result": [
{
"reference": "Observation/14b1b1ff-3de2-43d3-bb79-a58b16de8a40"
}
]
},
"request": {
"method": "PUT",
"url": "DiagnosticReport"
}
},
{
"resource": {
"resourceType": "Observation",
"id": "14b1b1ff-3de2-43d3-bb79-a58b16de8a40",
"status": "final",
"code": {
"coding": [
{
"system": "https://snomed.info/sct",
"code": "31676001",
"display": "HIV Antigen test"
}
]
},
"subject": {
"reference": "Patient/ab0ccb5a-a20d-4159-a438-4845d22af90c"
},
"valueCodeableConcept": {
"coding": [
{
"system": "https://snomed.info/sct",
"code": "165815009",
"display": "HIV Negative"
}
]
}
},
"request": {
"method": "PUT",
"url": "Observation"
}
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
{
"resourceType": "Bundle",
"type": "transaction",
"entry": [
{
"resource": {
"resourceType": "Patient",
"id": "ab0ccb5a-a20d-4159-a438-4845d22af90c",
"active" : true,
"name": [
{
"family": "Flintstone",
"given": [
"Fred"
]
}
],
"gender": "male",
"birthDate": "2020-04-19",
"address": [
{
"city": "Nairobi",
"country": "Kenya"
}
],
"telecom": [
{
"system": "phone",
"value": "07123456789"
}
]
},
"search": {
"mode": "match"
}
},
{
"resource": {
"resourceType": "Condition",
"clinicalStatus": {
"coding": [
{
"system": "https://terminology.hl7.org/CodeSystem/condition-clinical",
"code": "active",
"display": "Active"
}
]
},
"category": [
{
"coding": [
{
"system": "https://terminology.hl7.org/CodeSystem/condition-category",
"code": "encounter-diagnosis",
"display": "Encounter Diagnosis"
}
]
}
],
"code": {
"coding": [
{
"system": "https://smart.who.int/hiv/CodeSystem/HIVConcepts",
"code": "HIV.B.DE116",
"display": "HIV-positive"
}
]
},
"subject": {
"reference": "Patient/ab0ccb5a-a20d-4159-a438-4845d22af90c"
},
"onsetDateTime": "2020-01-04T20:25:27.270942+00:00"
}
}
]
}
Loading