Skip to content

Instantly share code, notes, and snippets.

@litlfred
Created October 28, 2016 16:24
Show Gist options
  • Save litlfred/8ad318bcf49e23810a10f2c6290c5711 to your computer and use it in GitHub Desktop.
Save litlfred/8ad318bcf49e23810a10f2c6290c5711 to your computer and use it in GitHub Desktop.
{
"resourceType": "CodeSystem",
"id": "dataElements",
"meta": {
"lastUpdated": "2016-10-28T11:54:44.230Z"
},
"url": "http:\/\/localhost:8080\/ohie\/fhir\/dhis-ssa-fhir-terminologies\/stu3\/CodeSystem\/dataElements",
"version": "2016-10-28T11:54:44.230Z",
"name": "data Elements",
"status": "draft",
"experimental": false,
"publisher": "DHIS2 @ http:\/\/localhost:8080\/ohie\/fhir\/dhis-ssa-fhir-terminologies\/stu3\/CodeSystem\/dataElements",
"date": "2016-10-28T11:54:44.230Z",
"description": "Code system for DHIS2 data Elements from http:\/\/localhost:8080\/ohie\/fhir\/dhis-ssa-fhir-terminologies\/stu3\/CodeSystem\/dataElements",
"concept": [
{
"code": "jQEmaBme7iK",
"display": "test2",
"property": [
{
"code": "DHIS.code",
"valueCode": "123"
},
{
"code": "DHIS.aggregationType",
"valueCode": "SUM"
},
{
"code": "DHIS.domainType",
"valueCode": "AGGREGATE"
},
{
"code": "DHIS.valueType",
"valueCode": "NUMBER"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment