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
Active as of 2019-11-01 |
{
"resourceType" : "CodeSystem",
"id" : "my-document-mode",
"meta" : {
"versionId" : "1",
"lastUpdated" : "2024-11-05T17:10:10.604+13:00"
},
"url" : "http://hl7.org/fhir/document-mode",
"version" : "0.1.0",
"name" : "MyDocumentMode",
"title" : "MyDocumentMode",
"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.",
"caseSensitive" : false,
"valueSet" : "http://hl7.org/fhir/ValueSet/my-document-mode",
"content" : "complete",
"concept" : [
{
"code" : "producer",
"display" : "Producer",
"definition" : "The application produces documents of the specified type."
},
{
"code" : "consumer",
"display" : "Consumer",
"definition" : "The application consumes documents of the specified type."
}
]
}