Packages

ISO/HL7 FHIR Application Server

Current section

Files

Jump to
hl7 schema Distance.schema.json
Raw

schema/Distance.schema.json

{
"schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://hl7.erp.uno/schema/Distance.schema.json",
"$ref": "#/definitions/Distance",
"description": "see https://hl7.org/fhir/R5/json.html for information about the FHIR Json Schemas",
"definitions": {
"Distance": {
"allOf": [
{
"description": "A length - a value with a unit that is a physical distance.",
"properties": {}
}
]
}
}
}