SL Core 0.1.0 - ci-build
SL Core - Local Development build (v0.1.0). See the Directory of published versions
Raw ttl | Download
@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:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "lk-core-postalcodes-vs"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>" ] ; # fhir:url [ fhir:v "http://fhir.health.gov.lk/ValueSet/lk-core-postalcodes-vs"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.1.0"] ; # fhir:name [ fhir:v "LKCorePostalCodesVS"] ; # fhir:title [ fhir:v "LK Core Postalcodes Value Set"] ; # fhir:status [ fhir:v "draft"] ; # fhir:date [ fhir:v "2023-09-05T15:30:49+05:30"^^xsd:dateTime] ; # fhir:description [ fhir:v "LK Core Postalcodes Value Set"] ; # fhir:compose [ ( fhir:include [ fhir:system [ fhir:v "http://fhir.health.gov.lk/CodeSystem/lk-core-postalcodes-cs"^^xsd:anyURI ] ] ) ] . #