{
  "resourceType" : "ValueSet",
  "id" : "BloodGroupCodeVS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet BloodGroupCodeVS</b></p><a name=\"BloodGroupCodeVS\"> </a><a name=\"hcBloodGroupCodeVS\"> </a><a name=\"BloodGroupCodeVS-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</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=\"CodeSystem-LOINC.html#LOINC-LA19710-5\">LA19710-5</a></td><td>Group A</td></tr><tr><td><a href=\"CodeSystem-LOINC.html#LOINC-LA19709-7\">LA19709-7</a></td><td>Group B</td></tr><tr><td><a href=\"CodeSystem-LOINC.html#LOINC-LA19708-9\">LA19708-9</a></td><td>Group O</td></tr><tr><td><a href=\"CodeSystem-LOINC.html#LOINC-LA28449-9\">LA28449-9</a></td><td>Group AB</td></tr></table></li></ul></div>"
  },
  "url" : "https://fhir.pwskia.id/r4/ValueSet/BloodGroup",
  "version" : "0.1.0",
  "name" : "BloodGroupVS",
  "title" : "Blood Group ValueSet",
  "status" : "active",
  "date" : "2025-04-12T00:42:08+08:00",
  "publisher" : "Diana Wijayanti",
  "contact" : [{
    "name" : "Diana Wijayanti",
    "telecom" : [{
      "system" : "url",
      "value" : "https://github.com/hi-dinanti"
    }]
  }],
  "description" : "A ValueSet representing blood groups based on PrimaryCareLabValue codes.",
  "compose" : {
    "include" : [{
      "system" : "http://loinc.org",
      "concept" : [{
        "code" : "LA19710-5",
        "display" : "Group A"
      },
      {
        "code" : "LA19709-7",
        "display" : "Group B"
      },
      {
        "code" : "LA19708-9",
        "display" : "Group O"
      },
      {
        "code" : "LA28449-9",
        "display" : "Group AB"
      }]
    }]
  }
}