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 |
TTL representation of the HIVFollowUp logical model.
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:StructureDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "HIVFollowUp"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
] ; #
fhir:url [ fhir:v "https://dhis2.org/StructureDefinition/HIVFollowUp"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0.0"] ; #
fhir:name [ fhir:v "HIVFollowUp"] ; #
fhir:title [ fhir:v "HIV Follow-Up"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:date [ fhir:v "2023-09-28T13:33:49+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "DHIS2"] ; #
fhir:contact ( [
fhir:name [ fhir:v "DHIS2" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://dhis2.org" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "integration@dhis2.org" ] ] )
] [
fhir:name [ fhir:v "Johan Hole" ] ;
( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "Johan@Devotta.no" ] ;
fhir:use [ fhir:v "work" ] ] )
] ) ; #
fhir:description [ fhir:v "Report filled out for follow-up."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ] ] )
] ) ; #
fhir:fhirVersion [ fhir:v "4.0.1"] ; #
fhir:mapping ( [
fhir:identity [ fhir:v "rim" ] ;
fhir:uri [ fhir:v "http://hl7.org/v3"^^xsd:anyURI ] ;
fhir:name [ fhir:v "RIM Mapping" ]
] ) ; #
fhir:kind [ fhir:v "logical"] ; #
fhir:abstract [ fhir:v "false"^^xsd:boolean] ; #
fhir:type [ fhir:v "https://dhis2.org/StructureDefinition/HIVFollowUp"^^xsd:anyURI] ; #
fhir:baseDefinition [
fhir:v "http://hl7.org/fhir/StructureDefinition/Base"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/Base>
] ; #
fhir:derivation [ fhir:v "specialization"] ; #
fhir:snapshot [
( fhir:element [
fhir:id [ fhir:v "HIVFollowUp" ] ;
fhir:path [ fhir:v "HIVFollowUp" ] ;
fhir:short [ fhir:v "HIV Follow-Up" ] ;
fhir:definition [ fhir:v "Report filled out for follow-up." ] ;
fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
fhir:max [ fhir:v "*" ] ;
fhir:base [
fhir:path [ fhir:v "Base" ] ;
fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
fhir:max [ fhir:v "*" ] ] ;
fhir:isModifier [ fhir:v "false"^^xsd:boolean ] ] [
fhir:id [ fhir:v "HIVFollowUp.followUpAttemptDate" ] ;
fhir:path [ fhir:v "HIVFollowUp.followUpAttemptDate" ] ;
fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ;
fhir:max [ fhir:v "1" ] ;
fhir:base [
fhir:path [ fhir:v "HIVFollowUp.followUpAttemptDate" ] ;
fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ;
fhir:max [ fhir:v "1" ] ] ;
( fhir:type [
fhir:code [ fhir:v "date"^^xsd:anyURI ] ] ) ] [
fhir:id [ fhir:v "HIVFollowUp.followUpMethod" ] ;
fhir:path [ fhir:v "HIVFollowUp.followUpMethod" ] ;
fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ;
fhir:max [ fhir:v "1" ] ;
fhir:base [
fhir:path [ fhir:v "HIVFollowUp.followUpMethod" ] ;
fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ;
fhir:max [ fhir:v "1" ] ] ;
( fhir:type [
fhir:code [ fhir:v "Coding"^^xsd:anyURI ] ] ) ;
fhir:binding [
fhir:strength [ fhir:v "example" ] ;
fhir:valueSet [
fhir:v "https://dhis2.org/ValueSet/HIVFollowUpMethodsVS"^^xsd:anyURI ;
fhir:link <https://dhis2.org/ValueSet/HIVFollowUpMethodsVS> ] ] ] [
fhir:id [ fhir:v "HIVFollowUp.followUpOutcome" ] ;
fhir:path [ fhir:v "HIVFollowUp.followUpOutcome" ] ;
fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ;
fhir:max [ fhir:v "1" ] ;
fhir:base [
fhir:path [ fhir:v "HIVFollowUp.followUpOutcome" ] ;
fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ;
fhir:max [ fhir:v "1" ] ] ;
( fhir:type [
fhir:code [ fhir:v "Coding"^^xsd:anyURI ] ] ) ;
fhir:binding [
fhir:strength [ fhir:v "example" ] ;
fhir:valueSet [
fhir:v "https://dhis2.org/ValueSet/HIVFollowUpOutcomesVS"^^xsd:anyURI ;
fhir:link <https://dhis2.org/ValueSet/HIVFollowUpOutcomesVS> ] ] ] [
fhir:id [ fhir:v "HIVFollowUp.followUpReason" ] ;
fhir:path [ fhir:v "HIVFollowUp.followUpReason" ] ;
fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ;
fhir:max [ fhir:v "1" ] ;
fhir:base [
fhir:path [ fhir:v "HIVFollowUp.followUpReason" ] ;
fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ;
fhir:max [ fhir:v "1" ] ] ;
( fhir:type [
fhir:code [ fhir:v "Coding"^^xsd:anyURI ] ] ) ;
fhir:binding [
fhir:strength [ fhir:v "example" ] ;
fhir:valueSet [
fhir:v "https://dhis2.org/ValueSet/HIVReasonsForFollowUpVS"^^xsd:anyURI ;
fhir:link <https://dhis2.org/ValueSet/HIVReasonsForFollowUpVS> ] ] ] [
fhir:id [ fhir:v "HIVFollowUp.followUpNotes" ] ;
fhir:path [ fhir:v "HIVFollowUp.followUpNotes" ] ;
fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
fhir:max [ fhir:v "1" ] ;
fhir:base [
fhir:path [ fhir:v "HIVFollowUp.followUpNotes" ] ;
fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
fhir:max [ fhir:v "1" ] ] ;
( fhir:type [
fhir:code [ fhir:v "string"^^xsd:anyURI ] ] ) ] )
] ; #
fhir:differential [
( fhir:element [
fhir:id [ fhir:v "HIVFollowUp" ] ;
fhir:path [ fhir:v "HIVFollowUp" ] ;
fhir:short [ fhir:v "HIV Follow-Up" ] ;
fhir:definition [ fhir:v "Report filled out for follow-up." ] ] [
fhir:id [ fhir:v "HIVFollowUp.followUpAttemptDate" ] ;
fhir:path [ fhir:v "HIVFollowUp.followUpAttemptDate" ] ;
fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ;
fhir:max [ fhir:v "1" ] ;
( fhir:type [
fhir:code [ fhir:v "date"^^xsd:anyURI ] ] ) ] [
fhir:id [ fhir:v "HIVFollowUp.followUpMethod" ] ;
fhir:path [ fhir:v "HIVFollowUp.followUpMethod" ] ;
fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ;
fhir:max [ fhir:v "1" ] ;
( fhir:type [
fhir:code [ fhir:v "Coding"^^xsd:anyURI ] ] ) ;
fhir:binding [
fhir:strength [ fhir:v "example" ] ;
fhir:valueSet [
fhir:v "https://dhis2.org/ValueSet/HIVFollowUpMethodsVS"^^xsd:anyURI ;
fhir:link <https://dhis2.org/ValueSet/HIVFollowUpMethodsVS> ] ] ] [
fhir:id [ fhir:v "HIVFollowUp.followUpOutcome" ] ;
fhir:path [ fhir:v "HIVFollowUp.followUpOutcome" ] ;
fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ;
fhir:max [ fhir:v "1" ] ;
( fhir:type [
fhir:code [ fhir:v "Coding"^^xsd:anyURI ] ] ) ;
fhir:binding [
fhir:strength [ fhir:v "example" ] ;
fhir:valueSet [
fhir:v "https://dhis2.org/ValueSet/HIVFollowUpOutcomesVS"^^xsd:anyURI ;
fhir:link <https://dhis2.org/ValueSet/HIVFollowUpOutcomesVS> ] ] ] [
fhir:id [ fhir:v "HIVFollowUp.followUpReason" ] ;
fhir:path [ fhir:v "HIVFollowUp.followUpReason" ] ;
fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ;
fhir:max [ fhir:v "1" ] ;
( fhir:type [
fhir:code [ fhir:v "Coding"^^xsd:anyURI ] ] ) ;
fhir:binding [
fhir:strength [ fhir:v "example" ] ;
fhir:valueSet [
fhir:v "https://dhis2.org/ValueSet/HIVReasonsForFollowUpVS"^^xsd:anyURI ;
fhir:link <https://dhis2.org/ValueSet/HIVReasonsForFollowUpVS> ] ] ] [
fhir:id [ fhir:v "HIVFollowUp.followUpNotes" ] ;
fhir:path [ fhir:v "HIVFollowUp.followUpNotes" ] ;
fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
fhir:max [ fhir:v "1" ] ;
( fhir:type [
fhir:code [ fhir:v "string"^^xsd:anyURI ] ] ) ] )
] . #
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 |