Combined Nordic FHIR Base Profiles
0.2.0-ci - ci-build

Combined Nordic FHIR Base Profiles, published by HL7 Finland. This guide is not an authorized publication; it is the continuous build for version 0.2.0-ci built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/fhir-fi/nordic-base/ and changes regularly. See the Directory of published versions

: GOFSH-GENERATED-ID-2 - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "GOFSH-GENERATED-ID-2",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.fi/fhir/nordic-base/StructureDefinition/combined-nordic-patient-profile"🔗 ,
      "http://hl7.no/fhir/StructureDefinition/no-basis-Patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient GOFSH-GENERATED-ID-2</b></p><a name=\"GOFSH-GENERATED-ID-2\"> </a><a name=\"hcGOFSH-GENERATED-ID-2\"> </a><a name=\"GOFSH-GENERATED-ID-2-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Espen Eksempel  Male, DoB Unknown ( urn:oid:2.16.578.1.12.4.1.4.1#210377xxxxx)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Known Marital status of Patient\">Marital Status:</td><td colspan=\"3\"><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-MaritalStatus U}\">unmarried</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li><a href=\"tel:+4798216832\">+4798216832</a></li><li>Stålverkskroken 14 Oslo 0661 NO (home)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Language spoken\">Language:</td><td colspan=\"3\"><span title=\"Codes:\">Norsk</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>General Practitioner: SIDSEL AASE JAVERY (Identifier: <code>urn:oid:2.16.578.1.12.4.1.2</code>/720)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The patient's legal status as citizen of a country.\">Patient Citizenship:</td><td colspan=\"3\"><ul><li>code: <span title=\"Codes:{urn:iso:std:iso:3166 NO}\">Norway</span></li></ul></td></tr></table></div>"
  },
  "extension" : [
    {
      "extension" : [
        {
          "url" : "code",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "urn:iso:std:iso:3166",
                "code" : "NO"
              }
            ]
          }
        }
      ],
      "url" : "http://hl7.org/fhir/StructureDefinition/patient-citizenship"
    }
  ],
  "identifier" : [
    {
      "system" : "urn:oid:2.16.578.1.12.4.1.4.1",
      "value" : "210377xxxxx"
    }
  ],
  "name" : [
    {
      "family" : "Eksempel",
      "given" : [
        "Espen"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+4798216832",
      "use" : "home"
    }
  ],
  "gender" : "male",
  "address" : [
    {
      "extension" : [
        {
          "extension" : [
            {
              "url" : "municipality",
              "valueCoding" : {
                "system" : "urn:oid:2.16.578.1.12.4.1.1.3402",
                "code" : "0301",
                "display" : "Oslo"
              }
            }
          ],
          "url" : "http://hl7.no/fhir/StructureDefinition/no-basis-propertyinformation"
        },
        {
          "url" : "http://hl7.no/fhir/StructureDefinition/no-basis-address-official",
          "valueBoolean" : true
        }
      ],
      "use" : "home",
      "line" : [
        "Stålverkskroken 14"
      ],
      "city" : "Oslo",
      "district" : "Oslo",
      "postalCode" : "0661",
      "country" : "NO"
    }
  ],
  "maritalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code" : "U",
        "display" : "unmarried"
      }
    ]
  },
  "communication" : [
    {
      "language" : {
        "text" : "Norsk"
      }
    }
  ],
  "generalPractitioner" : [
    {
      "identifier" : {
        "system" : "urn:oid:2.16.578.1.12.4.1.2",
        "value" : "720"
      },
      "display" : "SIDSEL AASE JAVERY"
    }
  ]
}