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

: ANC Referral Example (ServiceRequest) - TTL Representation

Raw ttl | Download


@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:ServiceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ServiceRequest-Example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.pwskia.id//StructureDefinition/SatuSehatServiceRequest"^^xsd:anyURI ;
fhir:link <https://fhir.pwskia.id//StructureDefinition/SatuSehatServiceRequest>     ] )
  ] ; # 
  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: ServiceRequest ServiceRequest-Example</b></p><a name=\"ServiceRequest-Example\"> </a><a name=\"hcServiceRequest-Example\"> </a><a name=\"ServiceRequest-Example-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-SatuSehatServiceRequest.html\">SatuSehatServiceRequest</a></p></div><p><b>identifier</b>: <code>http://sys-ids.kemkes.go.id/servicerequest/{{Org_id}}</code>/00001</p><p><b>status</b>: Active</p><p><b>intent</b>: Original Order</p><p><b>priority</b>: Routine</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 185389009}\">Kontrol rutin regimen TB bulan ke-2</span></p><p><b>subject</b>: <a href=\"https://simplifier.net/resolve?scope=hl7.fhir.r4.id.core@0.1.0&amp;canonical=http://fhir.org/packages/hl7.fhir.r4.id.core/Patient/100000030007\">Aisyah</a></p><p><b>encounter</b>: <a href=\"https://simplifier.net/resolve?scope=hl7.fhir.r4.id.core@0.1.0&amp;canonical=http://fhir.org/packages/hl7.fhir.r4.id.core/Encounter/{{Encounter_uuid}}\">Kunjungan Aisyah di hari Kamis, 31 Agustus 2023</a></p><p><b>occurrence</b>: 2023-08-31 04:25:00+0000</p><p><b>authoredOn</b>: 2023-08-31 04:25:00+0000</p><p><b>requester</b>: <a href=\"https://simplifier.net/resolve?scope=hl7.fhir.r4.id.core@0.1.0&amp;canonical=http://fhir.org/packages/hl7.fhir.r4.id.core/Practitioner/N10000001\">Dokter Bronsig</a></p><p><b>performer</b>: <a href=\"https://simplifier.net/resolve?scope=hl7.fhir.r4.id.core@0.1.0&amp;canonical=http://fhir.org/packages/hl7.fhir.r4.id.core/Practitioner/N10000005\">Fatma</a></p><p><b>locationCode</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode OF}\">Outpatient Facility</span></p><p><b>locationReference</b>: <a href=\"https://simplifier.net/resolve?scope=hl7.fhir.r4.id.core@0.1.0&amp;canonical=http://fhir.org/packages/hl7.fhir.r4.id.core/Location/c87e0ca7-badc-4c60-9080-277aaaf27a88\">Ruang Poli KIA Puskesmas Sampang</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 O14.9}\">Pre-eclampsia, unspecified</span></p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://sys-ids.kemkes.go.id/servicerequest/{{Org_id}}"^^xsd:anyURI ] ;
fhir:value [ fhir:v "00001" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "original-order"] ; # 
  fhir:priority [ fhir:v "routine"] ; # 
  fhir:code [
    ( fhir:coding [
a sct:185389009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "185389009" ] ;
fhir:display [ fhir:v "Follow-up visit (procedure)" ]     ] ) ;
fhir:text [ fhir:v "Kontrol rutin regimen TB bulan ke-2" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/100000030007" ] ;
fhir:display [ fhir:v "Aisyah" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/{{Encounter_uuid}}" ] ;
fhir:display [ fhir:v "Kunjungan Aisyah di hari Kamis, 31 Agustus 2023" ]
  ] ; # 
  fhir:occurrence [
a fhir:dateTime ;
fhir:v "2023-08-31T04:25:00+00:00"^^xsd:dateTime
  ] ; # 
  fhir:authoredOn [ fhir:v "2023-08-31T04:25:00+00:00"^^xsd:dateTime] ; # 
  fhir:requester [
fhir:reference [ fhir:v "Practitioner/N10000001" ] ;
fhir:display [ fhir:v "Dokter Bronsig" ]
  ] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/N10000005" ] ;
fhir:display [ fhir:v "Fatma" ]
  ] ) ; # 
  fhir:locationCode ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "OF" ] ;
fhir:display [ fhir:v "Outpatient Facility" ]     ] )
  ] ) ; # 
  fhir:locationReference ( [
fhir:reference [ fhir:v "Location/c87e0ca7-badc-4c60-9080-277aaaf27a88" ] ;
fhir:display [ fhir:v "Ruang Poli KIA Puskesmas Sampang" ]
  ] ) ; # 
  fhir:reasonCode ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/icd-10"^^xsd:anyURI ] ;
fhir:code [ fhir:v "O14.9" ] ;
fhir:display [ fhir:v "Pre-eclampsia, unspecified" ]     ] ) ;
fhir:text [ fhir:v "Pre-eclampsia, unspecified" ]
  ] ) . #