@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "ihi-status-1"] ; # fhir:meta [ fhir:versionId [ fhir:v "1" ] ; fhir:lastUpdated [ fhir:v "2024-01-24T20:56:28.419+00:00"^^xsd:dateTime ] ; fhir:profile ( [ fhir:v "http://hl7.org/fhir/StructureDefinition/shareablevalueset"^^xsd:anyURI ; fhir:link ] [ fhir:v "https://healthterminologies.gov.au/fhir/StructureDefinition/composed-value-set-4"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Individual Healthcare Identifier Status

https://healthterminologies.gov.au/fhir/ValueSet/ihi-status-1

The Individual Healthcare Identifier Status value set includes values that may be used to describe the classification status of an Individual Healthcare Identifier.

"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "https://healthterminologies.gov.au/fhir/ValueSet/ihi-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.10021" ] ] ) ; # fhir:version [ fhir:v "0.0.1"] ; # fhir:name [ fhir:v "IndividualHealthcareIdentifierStatus"] ; # fhir:title [ fhir:v "Individual Healthcare Identifier 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 Status value set includes values that may be used to describe the classification status 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-status-1"^^xsd:anyURI ] ] ) ] . # # -------------------------------------------------------------------------------------