ResMed Core Implementation Guide
0.37.0 - ci-build International flag

ResMed Core Implementation Guide - Local Development build (v0.37.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: f32ace62-4040-44df-9281-4c6844902777 - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "f32ace62-4040-44df-9281-4c6844902777",
  "meta" : {
    "profile" : [
      🔗 "http://interopsante.org/fhir/StructureDefinition/FrPatient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Martine selfiesante (OFFICIAL)</b> female, DoB: 1955-05-15 ( NIR définitif:\u00a0179125612113516\u00a0(use:\u00a0OFFICIAL))</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 D}\">Divorced</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Details:</td><td colspan=\"3\"><ul><li>ph: 06 98 65 32 65(MOBILE)</li><li>12 rue de Paris Rennes 35000 FRA </li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"This is a ResMed variant of a HL7 France Core package resource.\nReliability of the patient's identity | Précision sur le degré de fiabilité de l'identité du patient.\">ResMed FrPatientIdentReliability:</td><td colspan=\"3\"><ul><li>identityReliability: <a href=\"CodeSystem-CodeSystem-Fiabilite-Identite-IS.html#CodeSystem-Fiabilite-Identite-IS-VALI\">ResMed French Identity reliability</a> VALI: Identité validée</li><li>validationDate: 2020-04-22</li><li>validationMode: <a href=\"CodeSystem-fr-cs-mode-validation-identite.html#fr-cs-mode-validation-identite-CN\">ResMed Fr_cs_mode_validation_identite</a> CN: Carte nationale d'identité</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The registered place of birth of the patient. A sytem may use the address.text if they don't store the birthPlace address in discrete elements.\"><a href=\"http://hl7.org/fhir/R4/extension-patient-birthplace.html\">Birth Place:</a></td><td colspan=\"3\"><ul><li></li></ul></td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/patient-birthPlace",
      "valueAddress" : {
        "district" : "01019"
      }
    },
    {
      "extension" : [
        {
          "url" : "identityReliability",
          "valueCoding" : {
            "system" : "http://interopsante.org/fhir/CodeSystem/fr-v2-0445",
            "code" : "VALI",
            "display" : "Identité validée"
          }
        },
        {
          "url" : "validationDate",
          "valueDate" : "2020-04-22"
        },
        {
          "url" : "validationMode",
          "valueCoding" : {
            "system" : "http://interopsante.org/fhir/CodeSystem/fr-cs-mode-validation-identite",
            "code" : "CN",
            "display" : "Carte nationale d'identité"
          }
        }
      ],
      "url" : "http://interopsante.org/fhir/StructureDefinition/FrPatientIdentReliability"
    }
  ],
  "identifier" : [
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "http://interopsante.org/fhir/CodeSystem/fr-v2-0203",
            "code" : "INS-NIR",
            "display" : "NIR définitif"
          }
        ]
      },
      "system" : "urn:oid:1.2.250.1.213.1.4.8",
      "value" : "179125612113516"
    }
  ],
  "name" : [
    {
      "extension" : [
        {
          "url" : "http://resmed.com/fhir/core/StructureDefinition/resmed-ins-prenom",
          "valueString" : "Martine"
        }
      ],
      "use" : "official",
      "family" : "selfiesante",
      "given" : [
        "Martine"
      ],
      "prefix" : [
        "MME"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "06 98 65 32 65",
      "use" : "mobile"
    }
  ],
  "gender" : "female",
  "birthDate" : "1955-05-15",
  "address" : [
    {
      "line" : [
        "12 rue de Paris"
      ],
      "city" : "Rennes",
      "postalCode" : "35000",
      "country" : "FRA"
    }
  ],
  "maritalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code" : "D",
        "display" : "Divorced"
      }
    ]
  }
}