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

FHIR IG analytics

Packageelga.moped
Resource TypePatient
IdPatient-Patient42.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

Generated Narrative: Patient Patient42

Patient42 Patient42FamilienName Male, DoB: 1937-12-31 ( Social Security Number: 123456)


Patient Citizenship:
  • code: AUT

Source1

{
  "resourceType": "Patient",
  "id": "Patient42",
  "meta": {
    "profile": [
      "http://hl7.at/fhir/HL7ATCoreProfiles/5.0.0/StructureDefinition/at-core-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "code",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "https://termgit.elga.gv.at/CodeSystem/iso-3166-1-alpha-3",
                "code": "AUT"
              }
            ]
          }
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/patient-citizenship"
    }
  ],
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "SS",
            "display": "Social Security Number"
          }
        ]
      },
      "system": "urn:oid:1.2.40.0.10.1.4.3.1",
      "value": "123456",
      "assigner": {
        "display": "Dachverband der österreichischen Sozialversicherungsträger"
      }
    }
  ],
  "name": [
    {
      "family": "Patient42FamilienName",
      "given": [
        "Patient42"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1937-12-31"
}