Medtech ALEX® Implementation Guide 0.0.1 - draft
Medtech ALEX® Implementation Guide - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. 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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @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 "anzsic-restricted-activity"] ; # fhir:meta [ fhir:lastUpdated [ fhir:v "2016-12-06T12:22:34.981+11:00"^^xsd:dateTime ] ] ; # 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: ValueSet anzsic-restricted-activity</b></p><a name=\"anzsic-restricted-activity\"> </a><a name=\"hcanzsic-restricted-activity\"> </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\">Last updated: 2016-12-06 12:22:34+1100</p></div><ul><li>Include all codes defined in <a href=\"CodeSystem-anzsic-restricted-activity.html\"><code>http://www.abs.gov.au/ausstats/abs@.nsf/mf/1292.0</code></a></li></ul></div>"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/ValueSet/anzsic-restricted-activity"^^xsd:anyURI] ; # fhir:identifier ( [ fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ; fhir:value [ fhir:v "urn:oid:1.2.36.1.2001.1005.47" ] ] ) ; # fhir:version [ fhir:v "0.0.1"] ; # fhir:name [ fhir:v "ANZSIC"] ; # fhir:title [ fhir:v "ANZSIC ValueSet"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v false] ; # fhir:date [ fhir:v "2025-07-09T23:40:54+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 "support@medtechglobal.com" ] ] ) ] [ fhir:name [ fhir:v "Medtech Support" ] ; ( fhir:telecom [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "support@medtechglobal.com" ] ; fhir:use [ fhir:v "work" ] ] ) ] ) ; # fhir:description [ fhir:v "Developed for use in the collection, analysis and dissemination of industry classification statistics in Australia and New Zealand."] ; # 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:immutable [ fhir:v true] ; # fhir:copyright [ fhir:v "Copyright Australian Bureau of Statistics"] ; # fhir:compose [ ( fhir:include [ fhir:system [ fhir:v "http://www.abs.gov.au/ausstats/abs@.nsf/mf/1292.0"^^xsd:anyURI ] ] ) ] . #