Blutkonserve

Dies ist das ValueSet für das Abbilden der Blutkonserven. Es werden SnomedCT und Loinc Codes unterstützt.

{
  "resourceType": "ValueSet",
  "id": "blood-products-value-set",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2024-02-28T13:58:14.3734404+00:00"
  },
  "url": "https://fhir.simplifier.net/Blut-Transfusionen/fhir/ValueSet/blood-products-value-set",
  "version": "1",
  "name": "BloodProductsValueSet",
  "status": "draft",
  "experimental": false,
  "date": "2024-02-28T13:58:22.4340874+00:00",
  "publisher": "Example Publisher",
  "description": "ValueSet for Blood Products including SNOMED CT and LOINC codes.",
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "version": "20221130",
        "concept": [
          {
            "code": "346348003",
            "display": "Blood product (product)"
          }
        ]
      },
      {
        "system": "http://loinc.org",
        "concept": [
          {
            "code": "72273-6",
            "display": "Blood product unit compatibility report"
          }
        ]
      }
    ]
  }
}