FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/ucum-units

Packagecezih.hr.cezih-osnova
Resource TypeValueSet
Iducum-units
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=cezih.hr.cezih-osnova@0.2.9&canonical=http://hl7.org/fhir/ValueSet/ucum-units
URLhttp://hl7.org/fhir/ValueSet/ucum-units
Version0.2.3
Statusdraft
Date2024-01-25T14:50:58+00:00
NameUCUMCodes
TitleUCUM Codes
Realmuv
DescriptionOvaj value set sadrži UCUM kodove. //Trenutno je placeholder

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

  • Include these codes as defined in http://unitsofmeasure.org/
    CodeDisplay
    cmcentimetar
    kgkilogram

Source

{
  "resourceType": "ValueSet",
  "id": "ucum-units",
  "meta": {
    "versionId": "3",
    "lastUpdated": "2022-07-28T12:44:54.394+00:00",
    "source": "#TPilz4HrweEOzGYC"
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/ValueSet/ucum-units",
  "version": "0.2.3",
  "name": "UCUMCodes",
  "title": "UCUM Codes",
  "status": "draft",
  "date": "2024-01-25T14:50:58+00:00",
  "contact": [
    {
      "name": "Krešimir Kerš",
      "telecom": [
        {
          "system": "email",
          "value": "kresimir.kers@ericsson.com"
        }
      ]
    }
  ],
  "description": "Ovaj value set sadrži UCUM kodove. //Trenutno je placeholder",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "HR",
          "display": "Croatia"
        }
      ],
      "text": "Croatia"
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://unitsofmeasure.org/",
        "concept": [
          {
            "code": "cm",
            "display": "centimetar"
          },
          {
            "code": "kg",
            "display": "kilogram"
          }
        ]
      }
    ]
  }
}