FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagese.electronichealth.fhir.nppr.r5
Resource TypePatient
IdPatient-6d493572-0375-40a7-97eb-6a91ee7f72a0.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Patient with registered address as structured with address.line extensions and personal phone number

Source1

{
  "resourceType": "Patient",
  "id": "6d493572-0375-40a7-97eb-6a91ee7f72a0",
  "meta": {
    "profile": [
      "http://electronichealth.se/fhir/NPPR/StructureDefinition/NPPRPatient"
    ]
  },
  "identifier": [
    {
      "system": "http://electronichealth.se/identifier/personnummer",
      "value": "198001032385"
    }
  ],
  "address": [
    {
      "extension": [
        {
          "valueCodeableConcept": {
            "coding": [
              {
                "code": "63381000052101",
                "system": "http://snomed.info/sct",
                "version": "http://snomed.info/sct/45991000052106",
                "display": "folkbokföringsadress"
              }
            ]
          },
          "url": "http://electronichealth.se/fhir/NPPR/StructureDefinition/NPPROfficialAddressTypeExtension"
        }
      ],
      "period": {
        "start": "1970-01-01"
      },
      "postalCode": "111 51",
      "city": "Stockholm",
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "11"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Drottninggatan"
            }
          ]
        }
      ]
    }
  ],
  "telecom": [
    {
      "period": {
        "start": "1970-01-01"
      },
      "value": "+46712345678",
      "system": "phone"
    }
  ],
  "text": {
    "div": "<!-- snip (see above) -->",
    "status": "additional"
  }
}