New Zealand Health Terminology Service (NZHTS) Implementation Guide
0.1.0 - ci-build
New Zealand Health Terminology Service (NZHTS) Implementation Guide, published by Health New Zealand | Te Whatu Ora. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/daniel-thomson/nzhts/ and changes regularly. See the Directory of published versions
Page standards status: Normative | Maturity Level: 5 |
{
"resourceType" : "ValueSet",
"id" : "document-mode",
"meta" : {
"versionId" : "1",
"lastUpdated" : "2024-11-05T17:12:44.941+13:00",
"profile" : [
🔗 "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
]
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "fhir"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "normative"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
"valueCode" : "4.0.0"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger" : 5
}
],
"url" : "http://hl7.org/fhir/ValueSet/document-mode",
"identifier" : [
{
"system" : "urn:ietf:rfc:3986",
"value" : "urn:oid:2.16.840.1.113883.4.642.3.186"
}
],
"version" : "0.1.0",
"name" : "DocumentMode",
"title" : "DocumentMode",
"status" : "active",
"experimental" : false,
"date" : "2019-11-01T09:29:23+11:00",
"publisher" : "Health New Zealand | Te Whatu Ora",
"contact" : [
{
"name" : "Health New Zealand | Te Whatu Ora",
"telecom" : [
{
"system" : "url",
"value" : "https://www.tewhatuora.govt.nz/"
}
]
}
],
"description" : "Whether the application produces or consumes documents.",
"immutable" : true,
"compose" : {
"include" : [
{
"system" : "http://hl7.org/fhir/document-mode"
}
]
},
"expansion" : {
"identifier" : "2b1c1f7d-f2b2-4f11-a3c2-996bdaf38031",
"timestamp" : "2024-11-11T13:43:04+13:00",
"total" : 2,
"offset" : 0,
"parameter" : [
{
"name" : "version",
"valueUri" : "http://hl7.org/fhir/document-mode|4.0.1"
},
{
"name" : "count",
"valueInteger" : 2147483647
},
{
"name" : "offset",
"valueInteger" : 0
}
],
"contains" : [
{
"system" : "http://hl7.org/fhir/document-mode",
"code" : "consumer",
"display" : "Consumer"
},
{
"system" : "http://hl7.org/fhir/document-mode",
"code" : "producer",
"display" : "Producer"
}
]
}
}