Mal
0.1.0 - ci-build Norway flag

Mal - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Pasient-1 - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "Pasient-1",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.no/fhir/ig/mal/StructureDefinition/mal-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><strong>Kari Elisabeth Hansen</strong></p><p>Fødselsnummer: 13031353453</p><p>Kjønn: Kvinne</p><p>Fødselsdato: 13. mars 1990</p><p>Telefon: +47 12 34 56 78 (mobil)</p><p>E-post: kari.hansen@example.no</p><p>Adresse: Storgata 123, 5020 Bergen, Norge</p></div>"
  },
  "identifier" : [
    {
      "system" : "urn:oid:2.16.578.1.12.4.1.4.1",
      "value" : "13031353453"
    }
  ],
  "name" : [
    {
      "family" : "Hansen",
      "given" : [
        "Kari",
        "Elisabeth"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+47 12 34 56 78",
      "use" : "mobile"
    },
    {
      "system" : "email",
      "value" : "kari.hansen@example.no"
    }
  ],
  "gender" : "female",
  "birthDate" : "1990-03-13",
  "address" : [
    {
      "line" : [
        "Storgata 123"
      ],
      "city" : "Bergen",
      "postalCode" : "5020",
      "country" : "NO"
    }
  ]
}