Mongolian HDIT Implementation guide
1.0.0 - Review

Mongolian HDIT Implementation guide - Local Development build (v1.0.0). See the Directory of published versions

Example of human name - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "HumanName",
  "id" : "HumanNameExample",
  "extension" : [
    {
      "url" : "http://fhir.mn/StructureDefinition/clan-name",
      "valueString" : "Clanname"
    }
  ],
  "text" : "First Name Familyname Clanname",
  "family" : "Familyname",
  "given" : [
    "First",
    "Name"
  ]
}