DHIS2 Example FHIR Implementation Guide, published by DHIS2. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/JohanGHole/alldevs-demo-ig and changes regularly. See the Directory of published versions
Draft as of 2023-09-28 |
JSON representation of the HIVFollowUp logical model.
{
"resourceType" : "StructureDefinition",
"id" : "HIVFollowUp",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
},
"url" : "https://dhis2.org/StructureDefinition/HIVFollowUp",
"version" : "1.0.0",
"name" : "HIVFollowUp",
"title" : "HIV Follow-Up",
"status" : "draft",
"date" : "2023-09-28T13:33:49+00:00",
"publisher" : "DHIS2",
"contact" : [
{
"name" : "DHIS2",
"telecom" : [
{
"system" : "url",
"value" : "https://dhis2.org"
},
{
"system" : "email",
"value" : "integration@dhis2.org"
}
]
},
{
"name" : "Johan Hole",
"telecom" : [
{
"system" : "email",
"value" : "Johan@Devotta.no",
"use" : "work"
}
]
}
],
"description" : "Report filled out for follow-up.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"fhirVersion" : "4.0.1",
"mapping" : [
{
"identity" : "rim",
"uri" : "http://hl7.org/v3",
"name" : "RIM Mapping"
}
],
"kind" : "logical",
"abstract" : false,
"type" : "https://dhis2.org/StructureDefinition/HIVFollowUp",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Base",
"derivation" : "specialization",
"snapshot" : {
"element" : [
{
"id" : "HIVFollowUp",
"path" : "HIVFollowUp",
"short" : "HIV Follow-Up",
"definition" : "Report filled out for follow-up.",
"min" : 0,
"max" : "*",
"base" : {
"path" : "Base",
"min" : 0,
"max" : "*"
},
"isModifier" : false
},
{
"id" : "HIVFollowUp.followUpAttemptDate",
"path" : "HIVFollowUp.followUpAttemptDate",
"min" : 1,
"max" : "1",
"base" : {
"path" : "HIVFollowUp.followUpAttemptDate",
"min" : 1,
"max" : "1"
},
"type" : [
{
"code" : "date"
}
]
},
{
"id" : "HIVFollowUp.followUpMethod",
"path" : "HIVFollowUp.followUpMethod",
"min" : 1,
"max" : "1",
"base" : {
"path" : "HIVFollowUp.followUpMethod",
"min" : 1,
"max" : "1"
},
"type" : [
{
"code" : "Coding"
}
],
"binding" : {
"strength" : "example",
"valueSet" : "https://dhis2.org/ValueSet/HIVFollowUpMethodsVS"
}
},
{
"id" : "HIVFollowUp.followUpOutcome",
"path" : "HIVFollowUp.followUpOutcome",
"min" : 1,
"max" : "1",
"base" : {
"path" : "HIVFollowUp.followUpOutcome",
"min" : 1,
"max" : "1"
},
"type" : [
{
"code" : "Coding"
}
],
"binding" : {
"strength" : "example",
"valueSet" : "https://dhis2.org/ValueSet/HIVFollowUpOutcomesVS"
}
},
{
"id" : "HIVFollowUp.followUpReason",
"path" : "HIVFollowUp.followUpReason",
"min" : 1,
"max" : "1",
"base" : {
"path" : "HIVFollowUp.followUpReason",
"min" : 1,
"max" : "1"
},
"type" : [
{
"code" : "Coding"
}
],
"binding" : {
"strength" : "example",
"valueSet" : "https://dhis2.org/ValueSet/HIVReasonsForFollowUpVS"
}
},
{
"id" : "HIVFollowUp.followUpNotes",
"path" : "HIVFollowUp.followUpNotes",
"min" : 0,
"max" : "1",
"base" : {
"path" : "HIVFollowUp.followUpNotes",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "string"
}
]
}
]
},
"differential" : {
"element" : [
{
"id" : "HIVFollowUp",
"path" : "HIVFollowUp",
"short" : "HIV Follow-Up",
"definition" : "Report filled out for follow-up."
},
{
"id" : "HIVFollowUp.followUpAttemptDate",
"path" : "HIVFollowUp.followUpAttemptDate",
"min" : 1,
"max" : "1",
"type" : [
{
"code" : "date"
}
]
},
{
"id" : "HIVFollowUp.followUpMethod",
"path" : "HIVFollowUp.followUpMethod",
"min" : 1,
"max" : "1",
"type" : [
{
"code" : "Coding"
}
],
"binding" : {
"strength" : "example",
"valueSet" : "https://dhis2.org/ValueSet/HIVFollowUpMethodsVS"
}
},
{
"id" : "HIVFollowUp.followUpOutcome",
"path" : "HIVFollowUp.followUpOutcome",
"min" : 1,
"max" : "1",
"type" : [
{
"code" : "Coding"
}
],
"binding" : {
"strength" : "example",
"valueSet" : "https://dhis2.org/ValueSet/HIVFollowUpOutcomesVS"
}
},
{
"id" : "HIVFollowUp.followUpReason",
"path" : "HIVFollowUp.followUpReason",
"min" : 1,
"max" : "1",
"type" : [
{
"code" : "Coding"
}
],
"binding" : {
"strength" : "example",
"valueSet" : "https://dhis2.org/ValueSet/HIVReasonsForFollowUpVS"
}
},
{
"id" : "HIVFollowUp.followUpNotes",
"path" : "HIVFollowUp.followUpNotes",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "string"
}
]
}
]
}
}
IG © 2023+ DHIS2. Package org.hisp.dhis.alldevs.demo#1.0.0 based on FHIR 4.0.1. Generated 2023-09-28
Links: Table of Contents |
QA Report |
Version History |