{
  "resourceType" : "DataElement",
  "url" : "<uri>", 
  "identifier" : [" Identifier "], 
  "version" : "<string>", 
  "name" : "<string>", 
  "status" : "<code>", 
  "experimental" : "<boolean>", 
  "publisher" : "<string>", 
  "contact" : [{
    "name" : "<string>", 
    "telecom" : [" ContactPoint "] 
  }],
  "date" : "<dateTime>",
  "useContext" : [" CodeableConcept "],
  "copyright" : "<string>",
  "stringency" : "<code>", 
  "mapping" : [{
    "identity" : "<id>",
    "uri" : "<uri>",
    "name" : "<string>",
    "comments" : "<string>"
  }],
  "element" : [" ElementDefinition "] 
}