HL7 FHIR Implementation Guide: DK Core
1.0.0 - trial-use
HL7 FHIR Implementation Guide: DK Core, published by HL7 Denmark. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7dk/dk-core/ and changes regularly. See the Directory of published versions
Draft as of 2024-09-23 |
{
"resourceType" : "ValueSet",
"id" : "TechniqesSCTCodes",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet TechniqesSCTCodes</b></p><a name=\"TechniqesSCTCodes\"> </a><a name=\"hcTechniqesSCTCodes\"> </a><a name=\"TechniqesSCTCodes-da-DK\"> </a><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/761996005\">761996005</a></td><td>Estimation technique (qualifier value)</td></tr><tr><td><a href=\"http://snomed.info/id/733985002\">733985002</a></td><td>Reported (qualifier value)</td></tr><tr><td><a href=\"http://snomed.info/id/272391002\">272391002</a></td><td>Measurement technique (qualifier value)</td></tr></table></li></ul></div>"
},
"url" : "http://hl7.dk/fhir/core/ValueSet/TechniqesSCTCodes",
"version" : "1.0.0",
"name" : "TechniqesSCTCodes",
"title" : "TechniqesSCTCodes",
"status" : "draft",
"experimental" : false,
"date" : "2024-09-23T12:23:34+00:00",
"publisher" : "HL7 Denmark",
"contact" : [
{
"name" : "HL7 Denmark",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.dk"
},
{
"system" : "email",
"value" : "jenskristianvilladsen@gmail.com"
}
]
}
],
"description" : "SNOMED CT Codes for the techniqe used when obtaining an observation",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "DK",
"display" : "Denmark"
}
]
}
],
"compose" : {
"include" : [
{
"system" : "http://snomed.info/sct",
"concept" : [
{
"code" : "761996005",
"display" : "Estimation technique (qualifier value)"
},
{
"code" : "733985002",
"display" : "Reported (qualifier value)"
},
{
"code" : "272391002",
"display" : "Measurement technique (qualifier value)"
}
]
}
]
}
}