FHIR IG Statistics: ValueSet/nfdi4health-vs-mds-time-units-ucum-loinc
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "ValueSet",
"status": "draft",
"name": "NFDI4Health_VS_MDS_Time_Units_UCUM_LOINC",
"id": "nfdi4health-vs-mds-time-units-ucum-loinc",
"title": "NFDI4Health VS MDS Provenance Time Units [UCUM, LOINC]",
"description": "Value set defining codes for time units from UCUM and LOINC.",
"url": "https://www.nfdi4health.de/fhir/metadataschema/ValueSet/nfdi4health-vs-mds-time-units-ucum-loinc",
"version": "0.9",
"experimental": true,
"publisher": "NFDI4Health",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "https://www.nfdi4health.de"
}
]
}
],
"compose": {
"include": [
{
"system": "http://unitsofmeasure.org",
"concept": [
{
"code": "a",
"display": "year"
},
{
"code": "mo",
"display": "month"
},
{
"code": "we",
"display": "week"
},
{
"code": "d",
"display": "day"
},
{
"code": "h",
"display": "hour"
},
{
"code": "min",
"display": "minute"
}
]
},
{
"system": "http://loinc.org",
"concept": [
{
"code": "49051-6",
"display": "Gestational age in weeks"
}
]
}
]
}
}