FHIR IG analytics| Package | bodyweight |
| Resource Type | CodeSystem |
| Id | CodeSystem-MeasuringType.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/frankoemig/bodyweight/CodeSystem-MeasuringType.html |
| URL | http://bodyweight.oemig.de/fhir/CodeSystem/MeasuringType |
| Version | 0.1.3 |
| Status | active |
| Date | 2024-04-16 |
| Name | MeasuringType |
| Title | Measuring Type |
| Description | **Measuring Type** |
| Copyright | FO |
| Content | complete |
| ValueSet | |
| MeasuringType | Measuring Type |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem MeasuringType
This case-insensitive code system http://bodyweight.oemig.de/fhir/CodeSystem/MeasuringType defines the following codes in a Is-A hierarchy:
| Code |
| measured |
| estimated |
{
"resourceType": "CodeSystem",
"id": "MeasuringType",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://bodyweight.oemig.de/fhir/CodeSystem/MeasuringType",
"version": "0.1.3",
"name": "MeasuringType",
"title": "Measuring Type",
"status": "active",
"experimental": false,
"date": "2024-04-16",
"publisher": "FO",
"contact": [
{
"name": "FO",
"telecom": [
{
"system": "url",
"value": "http://www.oemig.de"
}
]
}
],
"description": "**Measuring Type**",
"copyright": "FO",
"caseSensitive": false,
"valueSet": "http://bodyweight.oemig.de/fhir/ValueSet/MeasuringType",
"hierarchyMeaning": "is-a",
"compositional": false,
"versionNeeded": false,
"content": "complete",
"count": 2,
"concept": [
{
"code": "measured",
"display": "measured"
},
{
"code": "estimated",
"display": "estimated"
}
]
}