MyHealth@Eu Laboratory Report
0.0.1 - qa-preview 150

This page is part of the MyHealth@Eu Laboratory Report (v0.0.1: QA Preview) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: eHDSI Blood Group - JSON Representation

Page standards status: Draft Maturity Level: 1

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "eHDSIBloodGroup",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/112144000\">112144000</a></td><td>Blood group A</td></tr><tr><td><a href=\"http://snomed.info/id/278152006\">278152006</a></td><td>Blood group A Rh(D) negative</td></tr><tr><td><a href=\"http://snomed.info/id/278149003\">278149003</a></td><td>Blood group A Rh(D) positive</td></tr><tr><td><a href=\"http://snomed.info/id/165743006\">165743006</a></td><td>Blood group AB</td></tr><tr><td><a href=\"http://snomed.info/id/278154007\">278154007</a></td><td>Blood group AB Rh(D) negative</td></tr><tr><td><a href=\"http://snomed.info/id/278151004\">278151004</a></td><td>Blood group AB Rh(D) positive</td></tr><tr><td><a href=\"http://snomed.info/id/112149005\">112149005</a></td><td>Blood group B</td></tr><tr><td><a href=\"http://snomed.info/id/278153001\">278153001</a></td><td>Blood group B Rh(D) negative</td></tr><tr><td><a href=\"http://snomed.info/id/278150003\">278150003</a></td><td>Blood group B Rh(D) positive</td></tr><tr><td><a href=\"http://snomed.info/id/58460004\">58460004</a></td><td>Blood group O</td></tr><tr><td><a href=\"http://snomed.info/id/278148006\">278148006</a></td><td>Blood group O Rh(D) negative</td></tr><tr><td><a href=\"http://snomed.info/id/278147001\">278147001</a></td><td>Blood group O Rh(D) positive</td></tr></table></li></ul></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 1
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "draft"
    }
  ],
  "url" : "http://terminology.ehdsi.eu/ValueSet/eHDSIBloodGroup",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:1.3.6.1.4.1.12559.11.10.1.3.1.42.20"
    }
  ],
  "version" : "0.0.1",
  "name" : "EHDSIBloodGroup",
  "title" : "eHDSI Blood Group",
  "status" : "draft",
  "experimental" : false,
  "date" : "2024-04-18T20:56:17+02:00",
  "publisher" : "MyHealth@Eu",
  "contact" : [
    {
      "name" : "MyHealth@Eu",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://health.ec.europa.eu/other-pages/basic-page/myhealtheu-flyer-addressed-patients-and-health-professionals_en"
        }
      ]
    }
  ],
  "description" : "The Value Set is used to code the value of patient's blood group + Rh",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "150",
          "display" : "Europe"
        }
      ]
    }
  ],
  "copyright" : "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "112144000",
            "display" : "Blood group A"
          },
          {
            "code" : "278152006",
            "display" : "Blood group A Rh(D) negative"
          },
          {
            "code" : "278149003",
            "display" : "Blood group A Rh(D) positive"
          },
          {
            "code" : "165743006",
            "display" : "Blood group AB"
          },
          {
            "code" : "278154007",
            "display" : "Blood group AB Rh(D) negative"
          },
          {
            "code" : "278151004",
            "display" : "Blood group AB Rh(D) positive"
          },
          {
            "code" : "112149005",
            "display" : "Blood group B"
          },
          {
            "code" : "278153001",
            "display" : "Blood group B Rh(D) negative"
          },
          {
            "code" : "278150003",
            "display" : "Blood group B Rh(D) positive"
          },
          {
            "code" : "58460004",
            "display" : "Blood group O"
          },
          {
            "code" : "278148006",
            "display" : "Blood group O Rh(D) negative"
          },
          {
            "code" : "278147001",
            "display" : "Blood group O Rh(D) positive"
          }
        ]
      }
    ]
  }
}