醫療影像及報告實作指引
0.1.0 - DSTU0 ci-build

醫療影像及報告實作指引 - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: ImagingStudy Identifier Type - JSON Representation

Draft as of 2024-07-29

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "ImageIdentifierType",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem ImageIdentifierType</b></p><a name=\"ImageIdentifierType\"> </a><a name=\"hcImageIdentifierType\"> </a><a name=\"hcImageIdentifierType-en-US\"> </a><p>This case-sensitive code system <code>https://hapi.fhir.tw/fhir/CodeSystem/ImageIdentifierType</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">ACSN<a name=\"ImageIdentifierType-ACSN\"> </a></td><td>Accession ID</td></tr><tr><td style=\"white-space:nowrap\">SIUID<a name=\"ImageIdentifierType-SIUID\"> </a></td><td>Study instancce UID</td></tr></table></div>"
  },
  "url" : "https://hapi.fhir.tw/fhir/CodeSystem/ImageIdentifierType",
  "version" : "0.1.0",
  "name" : "ImageIdentifierType",
  "title" : "ImagingStudy Identifier Type",
  "status" : "draft",
  "experimental" : false,
  "date" : "2024-07-29T16:27:07+08:00",
  "publisher" : "CYLAB",
  "description" : "ImagingStudy Identifier Type",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "ACSN",
      "display" : "Accession ID"
    },
    {
      "code" : "SIUID",
      "display" : "Study instancce UID"
    }
  ]
}