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

FHIR IG analytics

Packagehl7.fhir.be.manzana
Resource TypePatient
IdPatient-rs-findRisc-patient.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 rs-findRisc-patient

Patient Abrumet Test (official) Female, DoB Unknown ( Social Beneficiary Identifier: BeSSINNamingSystem#99010100118 (use: official, ))


Active:true
Patient Nationality:
  • code: Belgium
Patient Birth PlaceNamen BE

Source1

{
  "resourceType": "Patient",
  "id": "rs-findRisc-patient",
  "meta": {
    "profile": [
      "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/patient-birthPlace",
      "valueAddress": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/language",
            "valueCode": "nl"
          }
        ],
        "city": "Namen",
        "country": "BE"
      }
    },
    {
      "extension": [
        {
          "url": "code",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "https://www.ehealth.fgov.be/standards/fhir/core/CodeSystem/cd-fed-country",
                "code": "BE",
                "display": "Belgium"
              }
            ]
          }
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/patient-nationality"
    }
  ],
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "SB",
            "display": "Social Beneficiary Identifier"
          }
        ]
      },
      "system": "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin",
      "value": "99010100118"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "family": "Test",
      "given": [
        "Patient",
        "Abrumet"
      ]
    }
  ],
  "gender": "female"
}