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

FHIR IG Statistics: OperationDefinition/patient-i-health-cards-issue

Packagehl7.fhir.uv.smart-health-cards-and-links
Resource TypeOperationDefinition
Idpatient-i-health-cards-issue
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/smart-health-cards-and-links/https://build.fhir.org/ig/HL7/smart-health-cards-and-links/OperationDefinition-patient-i-health-cards-issue.html
URLhttp://hl7.org/fhir/uv/smart-health-cards-and-links/OperationDefinition/patient-i-health-cards-issue
Version1.0.0
Statusactive
Date2021-03-08
NameHealthCardsIssue
TitleIssue Verifiable Credential
Realmuv
Authorityhl7
DescriptionThis operation enables a FHIR-enabled issuer to request or generate a specific type of SMART Health Card
Typefalse
Kindoperation

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: OperationDefinition patient-i-health-cards-issue

URL: [base]/Patient/[id]/$health-cards-issue

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INcredentialType1..*uri
INcredentialValueSet0..*uri
INincludeIdentityClaim0..*string
IN_since0..1dateTime
OUTverifiableCredential0..*string
OUTresourceLink0..*
OUTresourceLink.vcIndex0..1integer
OUTresourceLink.bundledResource1..1uri
OUTresourceLink.hostedResource1..1uri

Source

{
  "resourceType": "OperationDefinition",
  "id": "patient-i-health-cards-issue",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 4,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/uv/smart-health-cards-and-links/ImplementationGuide/hl7.fhir.uv.smart-health-cards-and-links"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/uv/smart-health-cards-and-links/ImplementationGuide/hl7.fhir.uv.smart-health-cards-and-links"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/uv/smart-health-cards-and-links/OperationDefinition/patient-i-health-cards-issue",
  "version": "1.0.0",
  "name": "HealthCardsIssue",
  "title": "Issue Verifiable Credential",
  "status": "active",
  "kind": "operation",
  "date": "2021-03-08",
  "publisher": "HL7 International / FHIR Infrastructure",
  "contact": [
    {
      "name": "HL7 International / FHIR Infrastructure",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    },
    {
      "name": "Frank McKinney",
      "telecom": [
        {
          "system": "email",
          "value": "frank.mckinney@pocp.com"
        },
        {
          "system": "email",
          "value": "fm@frankmckinney.com"
        }
      ]
    }
  ],
  "description": "This operation enables a FHIR-enabled issuer to request or generate a specific type of SMART Health Card",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "affectsState": false,
  "code": "health-cards-issue",
  "resource": [
    "Patient"
  ],
  "system": false,
  "type": false,
  "instance": true,
  "parameter": [
    {
      "name": "credentialType",
      "use": "in",
      "min": 1,
      "max": "*",
      "type": "uri"
    },
    {
      "name": "credentialValueSet",
      "use": "in",
      "min": 0,
      "max": "*",
      "type": "uri"
    },
    {
      "name": "includeIdentityClaim",
      "use": "in",
      "min": 0,
      "max": "*",
      "type": "string"
    },
    {
      "name": "_since",
      "use": "in",
      "min": 0,
      "max": "1",
      "type": "dateTime"
    },
    {
      "name": "verifiableCredential",
      "use": "out",
      "min": 0,
      "max": "*",
      "type": "string"
    },
    {
      "name": "resourceLink",
      "use": "out",
      "min": 0,
      "max": "*",
      "part": [
        {
          "name": "vcIndex",
          "use": "out",
          "min": 0,
          "max": "1",
          "type": "integer"
        },
        {
          "name": "bundledResource",
          "use": "out",
          "min": 1,
          "max": "1",
          "type": "uri"
        },
        {
          "name": "hostedResource",
          "use": "out",
          "min": 1,
          "max": "1",
          "type": "uri"
        }
      ]
    }
  ]
}