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

FHIR IG Statistics: ValueSet/MHDprovidePatientActions

Packageihe.mhd.fhir
TypeValueSet
IdMHDprovidePatientActions
FHIR VersionR4
Sourcehttp://profiles.ihe.net/ITI/MHD/http://profiles.ihe.net/ITI/MHD/4.0.2/ValueSet-MHDprovidePatientActions.html
URLhttp://profiles.ihe.net/ITI/MHD/ValueSet/MHDprovidePatientActions
Version4.0.2
Statusactive
Date2021-11-08T19:10:05-06: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.
CopyrightIHE http://www.ihe.net/Governance/#Intellectual_Property

Resources that use this resource

StructureDefinition
IHE.MHD.Minimal.ProvideBundleMHD Minimal Provide Document Bundle

Resources that this resource uses

No resources found


Narrative

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


Source

{
  "resourceType": "ValueSet",
  "id": "MHDprovidePatientActions",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://profiles.ihe.net/ITI/MHD/ValueSet/MHDprovidePatientActions",
  "version": "4.0.2",
  "name": "MHDprovidePatientActions",
  "title": "MHD Patient Types ValueSet",
  "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": "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"
        }
      ]
    }
  ],
  "copyright": "IHE http://www.ihe.net/Governance/#Intellectual_Property",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/http-verb",
        "concept": [
          {
            "code": "GET"
          },
          {
            "code": "POST"
          },
          {
            "code": "PUT"
          }
        ]
      }
    ]
  }
}