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

FHIR IG analytics

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

MSK MSK (official) Female, DoB: 1969-04-21


Contact Detail1030 AUT (home)
Patient Citizenship:
  • code: Österreich

Source1

{
  "resourceType": "Patient",
  "id": "Test1PatientLGF",
  "meta": {
    "profile": [
      "https://elga.moped.at/StructureDefinition/MopedPatientLGF"
    ]
  },
  "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",
                "display": "Österreich"
              }
            ]
          }
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/patient-citizenship"
    }
  ],
  "name": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
          "valueCode": "masked"
        }
      ],
      "use": "official",
      "family": "MSK",
      "given": [
        "MSK"
      ]
    }
  ],
  "gender": "female",
  "birthDate": "1969-04-21",
  "address": [
    {
      "extension": [
        {
          "url": "http://hl7.at/fhir/HL7ATCoreProfiles/5.0.0/StructureDefinition/at-core-ext-address-municipalityCode",
          "valueString": "90301"
        }
      ],
      "use": "home",
      "postalCode": "1030",
      "country": "AUT"
    }
  ]
}