FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/code-type

Packageca.on.mi.pkg
Resource TypeCodeSystem
Idcode-type
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.mi.pkg@0.9.0-beta-3-testing&canonical=http://ontariohealth.ca/fhir/CodeSystem/code-type
URLhttp://ontariohealth.ca/fhir/CodeSystem/code-type
Version0.9.0
Statusactive
Date2024-04-19T02:20:56.4940505+00:00
NameCodeType
TitleCode Type.
Realmca
DescriptionCode specifying the code type.
Contentcomplete

Resources that use this resource

ValueSet
mi-code-typeMedical Imaging Code Type

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CodeSystem",
  "id": "code-type",
  "url": "http://ontariohealth.ca/fhir/CodeSystem/code-type",
  "version": "0.9.0",
  "name": "CodeType",
  "title": "Code Type.",
  "status": "active",
  "date": "2024-04-19T02:20:56.4940505+00:00",
  "publisher": "OntarioHealth",
  "description": "Code specifying the code type.",
  "compositional": false,
  "content": "complete",
  "count": 5,
  "concept": [
    {
      "code": "local",
      "display": "Local code"
    },
    {
      "code": "provincial",
      "display": "Provincial code"
    },
    {
      "code": "sct",
      "display": "SNOMED CT code"
    },
    {
      "code": "dicom",
      "display": "DICOM code"
    },
    {
      "code": "loinc",
      "display": "LOINC code"
    }
  ]
}