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-origin-relationship.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-origin-relationship defines the following codes:

CodeDisplayDefinition
autologous AutologousThe product was pre-donated by the recipient
related RelatedThe product is from a blood relation of the recipient
directed DirectedThe donor has been specifically selected to provide product for the recipient
allogeneic" AllogeneicThe donor and the recipient are unrelated
xenogenic XenogenicThe product is from a different species to the recipient

Source1

{
  "resourceType": "CodeSystem",
  "id": "biologicallyderivedproductdispense-origin-relationship",
  "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-origin-relationship",
  "version": "0.1.0",
  "name": "BiologicallyDerivedProductDispenseOriginRelationship",
  "title": "Biologically Derived Product Dispense Origin Relationship",
  "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 Origin Relationship",
  "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-origin-relationship",
  "content": "complete",
  "count": 5,
  "concept": [
    {
      "code": "autologous",
      "display": "Autologous",
      "definition": "The product was pre-donated by the recipient"
    },
    {
      "code": "related",
      "display": "Related",
      "definition": "The product is from a blood relation of the recipient"
    },
    {
      "code": "directed",
      "display": "Directed",
      "definition": "The donor has been specifically selected to provide product for the recipient"
    },
    {
      "code": "allogeneic",
      "display": "Allogeneic",
      "definition": "The donor and the recipient are unrelated"
    },
    {
      "code": "xenogenic",
      "display": "Xenogenic",
      "definition": "The product is from a different species to the recipient"
    }
  ]
}