FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.davinci-atr.r4b
Resource TypeOperationDefinition
IdOperationDefinition-attribution-status.json
FHIR VersionR4B

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 attribution-status

URL: [base]/Group/[id]/$attribution-status

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INmemberId0..1Identifier

The MemberId of the member for whom the atttibution status is requested.

INpatientReference0..1Reference

The reference of the member for whom the atttibution status is requested.


Source1

{
  "resourceType": "OperationDefinition",
  "id": "attribution-status",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fm"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/davinci-atr/ImplementationGuide/davinci-atr"
          }
        ]
      }
    },
    {
      "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/us/davinci-atr/ImplementationGuide/davinci-atr"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/us/davinci-atr/OperationDefinition/attribution-status",
  "version": "2.1.0",
  "name": "AttributionStatus",
  "title": "Attribution Status",
  "status": "active",
  "kind": "operation",
  "date": "2021-07-22T21:48:56+10:00",
  "publisher": "HL7 International / Financial Management",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fm"
        }
      ]
    }
  ],
  "description": "Provides the attribution status of the Patient in a Bundle which contains all the attribution resources related to the Patient.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "code": "attribution-status",
  "resource": [
    "Group"
  ],
  "system": false,
  "type": false,
  "instance": true,
  "parameter": [
    {
      "name": "memberId",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "The MemberId of the member for whom the atttibution status is requested.",
      "type": "Identifier"
    },
    {
      "name": "patientReference",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "The reference of the member for whom the atttibution status is requested.",
      "type": "Reference"
    }
  ]
}