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

FHIR IG Statistics: CodeSystem/MHDlistTypes

Packageihe.mhd.fhir
TypeCodeSystem
IdMHDlistTypes
FHIR VersionR4
Sourcehttp://profiles.ihe.net/ITI/MHD/http://profiles.ihe.net/ITI/MHD/4.0.2/CodeSystem-MHDlistTypes.html
URLhttp://profiles.ihe.net/ITI/MHD/CodeSystem/MHDlistTypes
Version4.0.2
Statusactive
Date2021-11-08T19:10:05-06:00
NameMHDlistTypes
TitleMHD List Types
Realmuv
Authorityihe
DescriptionTo use the List resource for two different use-cases we define a code-system with the types of List needed in MHD
CopyrightIHE http://www.ihe.net/Governance/#Intellectual_Property
Contentcomplete

Resources that use this resource

ValueSet
MHDlistTypesVSMHD List Types ValueSet

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

This code system http://profiles.ihe.net/ITI/MHD/CodeSystem/MHDlistTypes defines the following codes:

CodeDisplay
folder Folder as a FHIR List
submissionset SubmissionSet as a FHIR List

Source

{
  "resourceType": "CodeSystem",
  "id": "MHDlistTypes",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://profiles.ihe.net/ITI/MHD/CodeSystem/MHDlistTypes",
  "version": "4.0.2",
  "name": "MHDlistTypes",
  "title": "MHD List Types",
  "status": "active",
  "date": "2021-11-08T19:10:05-06:00",
  "publisher": "Integrating the Healthcare Enterprise (IHE)",
  "contact": [
    {
      "name": "Integrating the Healthcare Enterprise (IHE)",
      "telecom": [
        {
          "system": "url",
          "value": "http://ihe.net"
        },
        {
          "system": "email",
          "value": "secretary@ihe.net"
        }
      ]
    },
    {
      "name": "John Moehrke",
      "telecom": [
        {
          "system": "email",
          "value": "JohnMoehrke@gmail.com",
          "use": "work"
        }
      ]
    }
  ],
  "description": "To use the List resource for two different use-cases we define a code-system with the types of List needed in MHD",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "copyright": "IHE http://www.ihe.net/Governance/#Intellectual_Property",
  "content": "complete",
  "count": 2,
  "concept": [
    {
      "code": "folder",
      "display": "Folder as a FHIR List"
    },
    {
      "code": "submissionset",
      "display": "SubmissionSet as a FHIR List"
    }
  ]
}