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

FHIR IG analytics

Packagehl7.fhir.uv.oo-incubator
Resource TypeCodeSystem
IdCodeSystem-biologicallyderivedproductdispense-match-status.json
FHIR VersionR6

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

This code system http://hl7.org/fhir/biologicallyderivedproductdispense-match-status defines the following codes:

CodeDisplayDefinition
crossmatched CrossmatchedThe product has been serologically or electronically crossmatched for the recipient
selected SelectedThe product has been selected for the specific use of the recipient
unmatched UnmatchedNo specific matching has been carried out
least-incompatible least incompatibleThe product has been selected through crossmatching as least incompatible

Source1

{
  "resourceType": "CodeSystem",
  "id": "biologicallyderivedproductdispense-match-status",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "oo"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "informative"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1
    }
  ],
  "url": "http://hl7.org/fhir/uv/oo-incubator/CodeSystem/biologicallyderivedproductdispense-match-status",
  "version": "0.1.0",
  "name": "BiologicallyDerivedProductDispenseMatchStatus",
  "title": "Biologically Derived Product Dispense Match Status",
  "status": "active",
  "experimental": false,
  "date": "2023-01-29T21:19:50+01:00",
  "publisher": "HL7 International / Orders and Observations",
  "contact": [
    {
      "name": "HL7 Orders and Observations Workgroup",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/orders"
        },
        {
          "system": "email",
          "value": "ord@lists.HL7.org"
        }
      ]
    }
  ],
  "description": "Biologically Derived Product Dispense Match Status",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/uv/oo-incubator/ValueSet/biologicallyderivedproductdispense-match-status",
  "content": "complete",
  "count": 4,
  "concept": [
    {
      "code": "crossmatched",
      "display": "Crossmatched",
      "definition": "The product has been serologically or electronically crossmatched for the recipient"
    },
    {
      "code": "selected",
      "display": "Selected",
      "definition": "The product has been selected for the specific use of the recipient"
    },
    {
      "code": "unmatched",
      "display": "Unmatched",
      "definition": "No specific matching has been carried out"
    },
    {
      "code": "least-incompatible",
      "display": "Least incompatible",
      "definition": "The product has been selected through crossmatching as least incompatible"
    }
  ]
}