Skip to content

Instantly share code, notes, and snippets.

@ssmusoke
Created August 23, 2021 15:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssmusoke/f30e8f32af8ee51564dee58473bd77ea to your computer and use it in GitHub Desktop.
Save ssmusoke/f30e8f32af8ee51564dee58473bd77ea to your computer and use it in GitHub Desktop.
{
"fullUrl": "http://localhost:8000/Observation/1968",
"resource": {
"resourceType": "Observation",
"id": "1968",
"meta": {
"versionId": "1",
"lastUpdated": "2021-08-12T13:50:52.192+00:00",
"source": "#Vnns2E6uggGyIQHz"
},
"basedOn": [
{
"reference": "ServiceRequest/cc3a5796-43ac-4a1b-88fb-10dfe76b445a",
"type": "ServiceRequest"
}
],
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "laboratory",
"display": "Laboratory"
}
]
}
],
"code": {
"coding": [
{
"code": "dca12261-30ab-102d-86b0-7a5022ba4115",
"display": "VIRAL LOAD QUALITATIVE"
}
]
},
"subject": {
"reference": "Patient/73917dfb-3679-4d9e-9b6b-1cccf4b2bfff",
"type": "Patient",
"display": "Peter Pan (OpenMRS ID: 10003P)"
},
"encounter": {
"reference": "Encounter/1954",
"type": "Encounter"
},
"effectiveDateTime": "2021-07-23T00:00:00+03:00",
"issued": "2021-08-01T14:21:34.000+03:00",
"valueCodeableConcept": {
"coding": [
{
"code": "dca10c94-30ab-102d-86b0-7a5022ba4115",
"display": "DETECTED"
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment