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 "ihi-record-status-1"] ; # fhir:meta [ fhir:versionId [ fhir:v "1" ] ; fhir:lastUpdated [ fhir:v "2024-01-24T20:56:28.374+00:00"^^xsd:dateTime ] ; ( fhir:profile [ fhir:v "http://hl7.org/fhir/StructureDefinition/shareablevalueset"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/StructureDefinition/shareablevalueset> ] [ fhir:v "https://healthterminologies.gov.au/fhir/StructureDefinition/composed-value-set-4"^^xsd:anyURI ; fhir:link <https://healthterminologies.gov.au/fhir/StructureDefinition/composed-value-set-4> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Individual Healthcare Identifier Record Status</h2><tt>https://healthterminologies.gov.au/fhir/ValueSet/ihi-record-status-1</tt><p>The Individual Healthcare Identifier Record Status value set includes values that may be used to describe the classification status of a record of an Individual Healthcare Identifier.</p></div>"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "https://healthterminologies.gov.au/fhir/ValueSet/ihi-record-status-1"^^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.1004.201.10022" ] ] ) ; # fhir:version [ fhir:v "0.0.1"] ; # fhir:name [ fhir:v "IndividualHealthcareIdentifierRecordStatus"] ; # fhir:title [ fhir:v "Individual Healthcare Identifier Record Status"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v false] ; # fhir:date [ fhir:v "2020-05-31"^^xsd:date] ; # 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 "The Individual Healthcare Identifier Record Status value set includes values that may be used to describe the classification status of a record of an Individual Healthcare Identifier."] ; # 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:copyright [ fhir:v "Copyright © 2018 Australian Digital Health Agency - All rights reserved. This content is licensed under a Creative Commons Attribution 4.0 International License. See https://creativecommons.org/licenses/by/4.0/."] ; # fhir:compose [ ( fhir:include [ fhir:system [ fhir:v "https://healthterminologies.gov.au/fhir/CodeSystem/ihi-record-status-1"^^xsd:anyURI ] ] ) ] . #