Packages

ISO/HL7 FHIR Application Server

Current section

Files

Jump to
hl7 priv samples RatioRange RatioRange.json
Raw

priv/samples/RatioRange/RatioRange.json

{
"resourceType" : "RatioRange",
"charge" : {
"lowNumerator" : {
"value" : "103.50",
"unit" : "US$",
"code" : "USD",
"system" : "urn:iso:std:iso:4217"
},
"highNumerator" : {
"value" : "210.99",
"unit" : "US$",
"code" : "USD",
"system" : "urn:iso:std:iso:4217"
},
"denominator" : {
"value" : "1",
"unit" : "day",
"code" : "day",
"system" : "http://unitsofmeasure.org"
}
}
}