Integrated Campaign Registry (ICR) Implementation Guide
0.1.0 - ci-build
Integrated Campaign Registry (ICR) Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
@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 -------------------------------------------------------------------
<http://hl7.org/fhir/Observation/example-lf-endemicity> a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "example-lf-endemicity"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://icr.healthcampaigns.org/StructureDefinition/ICRLocationStatus" ;
fhir:index 0 ;
fhir:link <https://icr.healthcampaigns.org/StructureDefinition/ICRLocationStatus>
] ;
fhir:Meta.tag [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://icr.healthcampaigns.org/CodeSystem/icr-project-tag-cs" ] ;
fhir:Coding.code [ fhir:value "gallery" ] ;
fhir:Coding.display [ fhir:value "Gallery" ]
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation example-lf-endemicity</b></p><a name=\"example-lf-endemicity\"> </a><a name=\"hcexample-lf-endemicity\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ICRLocationStatus.html\">ICR Location Status</a></p><p style=\"margin-bottom: 0px\">Tag: <a href=\"CodeSystem-icr-project-tag-cs.html\">Gallery (Details: ICR Project Tag code gallery = 'Gallery')</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{https://icr.healthcampaigns.org/CodeSystem/icr-location-status-cs lf-endemicity}\">Lymphatic filariasis endemicity</span></p><p><b>subject</b>: <a href=\"Location-example-district.html\">Location Kambia District</a></p><p><b>effective</b>: 2026-01-15</p><p><b>performer</b>: MoH NTD Programme — JRSM 2026 submission</p><p><b>value</b>: <span title=\"Codes:{https://icr.healthcampaigns.org/CodeSystem/icr-endemicity-status-cs endemic-under-mda}\">Endemic, under MDA</span></p><p><b>method</b>: <span title=\"Codes:\">District-level LF mapping survey (2019), reconfirmed through annual JRSM reporting</span></p><p><b>derivedFrom</b>: LF mapping survey report, Kambia District, 2019</p></div>"
] ;
fhir:Observation.status [ fhir:value "final"] ;
fhir:Observation.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://icr.healthcampaigns.org/CodeSystem/icr-location-status-cs" ] ;
fhir:Coding.code [ fhir:value "lf-endemicity" ] ;
fhir:Coding.display [ fhir:value "Lymphatic filariasis endemicity" ]
]
] ;
fhir:Observation.subject [
fhir:link <http://hl7.org/fhir/Location/example-district> ;
fhir:Reference.reference [ fhir:value "Location/example-district" ]
] ;
fhir:Observation.effectiveDateTime [ fhir:value "2026-01-15"^^xsd:date] ;
fhir:Observation.performer [
fhir:index 0 ;
fhir:Reference.display [ fhir:value "MoH NTD Programme — JRSM 2026 submission" ]
] ;
fhir:Observation.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://icr.healthcampaigns.org/CodeSystem/icr-endemicity-status-cs" ] ;
fhir:Coding.code [ fhir:value "endemic-under-mda" ] ;
fhir:Coding.display [ fhir:value "Endemic, under MDA" ]
]
] ;
fhir:Observation.method [
fhir:CodeableConcept.text [ fhir:value "District-level LF mapping survey (2019), reconfirmed through annual JRSM reporting" ]
] ;
fhir:Observation.derivedFrom [
fhir:index 0 ;
fhir:Reference.display [ fhir:value "LF mapping survey report, Kambia District, 2019" ]
] .
<http://hl7.org/fhir/Location/example-district> a fhir:Location .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Observation/example-lf-endemicity.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Observation/example-lf-endemicity.ttl> .
IG © 2026+ UNICEF. Package unicef.fhir.icr#0.1.0 based on FHIR 4.0.1. Generated 2026-08-20
Links: Table of Contents |
QA Report