Implementation Guide for fælleskommunal informationsmodel
0.7.0 - CI Build Denmark flag

Implementation Guide for fælleskommunal informationsmodel - Local Development build (v0.7.0). See the Directory of published versions

: Mark - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "Mark",
  "meta" : {
    "profile" : [
      "http://kl.dk/fhir/common/caresocial/StructureDefinition/KLCommonCitizen"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Mark Jensen </b> (no stated gender), DoB: 1982-02-02 ( id:\u00a0mark)</p><hr/></div>"
  },
  "identifier" : [
    {
      "value" : "mark"
    }
  ],
  "name" : [
    {
      "family" : "Jensen",
      "given" : [
        "Mark"
      ]
    }
  ],
  "birthDate" : "1982-02-02"
}