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

FHIR IG Statistics: ValueSet/MHDprovidePatientActions

Packageihe.iti.mhd
TypeValueSet
IdMHDprovidePatientActions
FHIR VersionR4
Sourcehttps://profiles.ihe.net/ITI/MHD/https://build.fhir.org/ig/IHE/ITI.MHD/ValueSet-MHDprovidePatientActions.html
URLhttps://profiles.ihe.net/ITI/MHD/ValueSet/MHDprovidePatientActions
Version4.2.3-current
Statusactive
Date2025-04-28T16:15:50+00:00
NameMHDprovidePatientActions
TitleMHD Patient Types ValueSet
Realmuv
Authorityihe
DescriptionA ValueSet of the allowed actions in a ITI-65 Provide Document Bundle for the Patient type Resource. Where Patient would typically be indicated as a GET (read), but might be created or updated depending on policy.

Resources that use this resource

StructureDefinition
IHE.MHD.Minimal.ProvideBundleMHD Minimal Provide Document Bundle
IHE.DSUBm.EventNotificationEvent Notification Bundle
IHE.DSUBm.EventsOperation-BundleBundle response for $events
IHE.DSUBm.ResourceBundleResource Publish Bundle
HRMinimalProvideDocumentBundleHR Minimal Provide Document Bundle

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: ValueSet MHDprovidePatientActions


Source

{
  "resourceType": "ValueSet",
  "id": "MHDprovidePatientActions",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://profiles.ihe.net/ITI/MHD/ValueSet/MHDprovidePatientActions",
  "version": "4.2.3-current",
  "name": "MHDprovidePatientActions",
  "title": "MHD Patient Types ValueSet",
  "status": "active",
  "experimental": false,
  "date": "2025-04-28T16:15:50+00:00",
  "publisher": "IHE IT Infrastructure Technical Committee",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.ihe.net/ihe_domains/it_infrastructure/"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "email",
          "value": "iti@ihe.net"
        }
      ]
    },
    {
      "name": "IHE IT Infrastructure Technical Committee",
      "telecom": [
        {
          "system": "email",
          "value": "iti@ihe.net"
        }
      ]
    }
  ],
  "description": "A ValueSet of the allowed actions in a ITI-65 Provide Document Bundle for the Patient type Resource. Where Patient would typically be indicated as a GET (read), but might be created or updated depending on policy.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/http-verb",
        "concept": [
          {
            "code": "GET"
          },
          {
            "code": "POST"
          },
          {
            "code": "PUT"
          }
        ]
      }
    ]
  }
}