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

FHIR IG analytics

Packagehl7se.fhir.base
Resource TypePatient
IdPatient-PatientExample196109732393.json
FHIR VersionR4

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

Generated Narrative: Patient PatientExample196109732393

Tom Smith(official) Male, DoB: 1961-09-13 ( http://electronichealth.se/identifier/samordningsnummer#196109732393)


Contact DetailSANDÅSGATAN 2 STOCKHOLM 11327

Source1

{
  "resourceType": "Patient",
  "id": "PatientExample196109732393",
  "meta": {
    "profile": [
      "http://hl7.se/fhir/ig/base/StructureDefinition/SEBasePatient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://electronichealth.se/identifier/samordningsnummer",
      "value": "196109732393"
    }
  ],
  "name": [
    {
      "use": "official",
      "text": "Tom Smith",
      "family": "Smith",
      "given": [
        "Tom"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1961-09-13",
  "address": [
    {
      "extension": [
        {
          "url": "http://hl7.se/fhir/ig/base/StructureDefinition/SEBaseAddressPersonExtension",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "version": "http://snomed.info/sct/45991000052106",
                "code": "63391000052104",
                "display": "särskild postadress"
              }
            ]
          }
        }
      ],
      "line": [
        "SANDÅSGATAN 2"
      ],
      "city": "STOCKHOLM",
      "postalCode": "11327"
    }
  ]
}