XUND API Documentation

XUNDFhirCodeableConcept

Model definition

Property name

Property type

Property description

coding

https://xund.atlassian.net/wiki/spaces/PUB/pages/146571267/XundFhirCodeableConcept#XundFhirCoding[]

Standard FHIR Coding type with mandatory code property

XundFhirCoding

Property name

Property type

Property description

code

string

Standard medical identifier

Example

JSON
{
    "coding": [
        {
            "code": "G70.0"
        }
    ]
}