Antenatal Care IG for PWS KIA
0.1.0 - ci-build
Antenatal Care IG for PWS KIA - 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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Immunization ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ImmunizationTdHistoryNotDone"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.pwskia.id//StructureDefinition/ANCTdHistory-Not-Done"^^xsd:anyURI ;
fhir:link <https://fhir.pwskia.id//StructureDefinition/ANCTdHistory-Not-Done> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization ImmunizationTdHistoryNotDone</b></p><a name=\"ImmunizationTdHistoryNotDone\"> </a><a name=\"hcImmunizationTdHistoryNotDone\"> </a><a name=\"ImmunizationTdHistoryNotDone-en-US\"> </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-ANCTdHistory-Not-Done.html\">Antenatal Care Tetanus Not Administered (Immunization)</a></p></div><p><b>identifier</b>: <code>http://sys-ids.kemkes.go.id/episode-of-care/{{Org_id}}</code>/{{Org_id}}</p><p><b>status</b>: Not Done</p><p><b>statusReason</b>: <span title=\"Codes:{http://snomed.info/sct 171257003}\">No consent - Tetanus/low dose diphtheria vaccine</span></p><p><b>vaccineCode</b>: <span title=\"Codes:{http://sys-ids.kemkes.go.id/kfa VG139}\">Td</span></p><p><b>patient</b>: <a href=\"https://simplifier.net/resolve?scope=hl7.fhir.r4.id.core@0.1.0&canonical=http://fhir.org/packages/hl7.fhir.r4.id.core/Patient/100000030006\">Aisyah</a></p><p><b>encounter</b>: <a href=\"https://simplifier.net/resolve?scope=hl7.fhir.r4.id.core@0.1.0&canonical=http://fhir.org/packages/hl7.fhir.r4.id.core/Encounter/{{Encounter_uuid}}\">Encounter/{{Encounter_uuid}}</a></p><p><b>occurrence</b>: 2023-08-31 01:13:00+0000</p><p><b>recorded</b>: 2023-08-31 01:13:00+0000</p><p><b>reportOrigin</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/immunization-origin recall}\">Parent/Guardian/Patient Recall</span></p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Function</b></td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0443 EP}\">Entering Provider</span></td><td><a href=\"https://simplifier.net/resolve?scope=hl7.fhir.r4.id.core@0.1.0&canonical=http://fhir.org/packages/hl7.fhir.r4.id.core/Practitioner/N10000001\">Practitioner/N10000001</a></td></tr></table><p><b>reasonCode</b>: <span title=\"Codes:{http://terminology.kemkes.go.id/CodeSystem/immunization-reason IM-WUS}\">Imunisasi Program Rutin Lanjutan Wanita Usia Subur</span></p></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://sys-ids.kemkes.go.id/episode-of-care/{{Org_id}}"^^xsd:anyURI ] ;
fhir:value [ fhir:v "{{Org_id}}" ]
] ) ; #
fhir:status [ fhir:v "not-done"] ; #
fhir:statusReason [
( fhir:coding [
a sct:171257003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "171257003" ] ;
fhir:display [ fhir:v "No consent - Tetanus/low dose diphtheria vaccine" ] ] )
] ; #
fhir:vaccineCode [
( fhir:coding [
fhir:system [ fhir:v "http://sys-ids.kemkes.go.id/kfa"^^xsd:anyURI ] ;
fhir:code [ fhir:v "VG139" ] ;
fhir:display [ fhir:v "Td" ] ] )
] ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/100000030006" ] ;
fhir:display [ fhir:v "Aisyah" ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/{{Encounter_uuid}}" ]
] ; #
fhir:occurrence [
a fhir:dateTime ;
fhir:v "2023-08-31T01:13:00+00:00"^^xsd:dateTime
] ; #
fhir:recorded [ fhir:v "2023-08-31T01:13:00+00:00"^^xsd:dateTime] ; #
fhir:reportOrigin [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/immunization-origin"^^xsd:anyURI ] ;
fhir:code [ fhir:v "recall" ] ;
fhir:display [ fhir:v "Parent/Guardian/Patient Recall" ] ] [
fhir:code [ fhir:v "record" ] ] )
] ; #
fhir:performer ( [
fhir:function [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0443"^^xsd:anyURI ] ;
fhir:code [ fhir:v "EP" ] ;
fhir:display [ fhir:v "Entering Provider" ] ] ) ] ;
fhir:actor [
fhir:reference [ fhir:v "Practitioner/N10000001" ] ]
] ) ; #
fhir:reasonCode ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.kemkes.go.id/CodeSystem/immunization-reason"^^xsd:anyURI ] ;
fhir:code [ fhir:v "IM-WUS" ] ;
fhir:display [ fhir:v "Imunisasi Program Rutin Lanjutan Wanita Usia Subur" ] ] )
] ) . #
IG © 2025+ Diana Wijayanti. Package hl7.fhir.r4.id.pws-kia#0.1.0 based on FHIR 4.0.1. Generated 2025-04-12
Links: Table of Contents |
QA Report