@prefix fhir: .
@prefix owl: .
@prefix rdf: .
@prefix rdfs: .
@prefix xsd: .
# - resource -------------------------------------------------------------------
a fhir:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "country-of-birth"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div ""^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/ValueSet/country-of-birth"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0.0"] ; #
fhir:name [ fhir:v "CountryOfBirthValueSet"] ; #
fhir:title [ fhir:v "Medtech Country of Birth ValueSet"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2025-10-12T22:46:10+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Medtech Global"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Medtech Global" ] ;
fhir:telecom ( [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://medtechglobal.com/au/" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "supportau@medtechglobal.com" ]
] )
] [
fhir:name [ fhir:v "Medtech Support" ] ;
fhir:telecom ( [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "supportau@medtechglobal.com" ] ;
fhir:use [ fhir:v "work" ]
] )
] ) ; #
fhir:description [ fhir:v "ValueSet to support Patient Country of Birth"] ; #
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:compose [
fhir:include ( [
fhir:system [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/CodeSystem/country-of-birth"^^xsd:anyURI ]
] )
] . #
# -------------------------------------------------------------------------------------