fhir 1.0.0

Fast Healthcare Interoperability Resources (FHIR) API is a standardized, RESTful interface for exchanging electronic health records.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "code": "priority",
  "_code": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/rendered-value",
        "valueString": "FHIRPath Equivalent"
      }
    ]
  },
  "description": "The priority with which to choose this mapping over the other mappings for the same code",
  "type": "string"
}