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

FHIR IG analytics

Packagech.fhir.ig.ch-crl
Resource TypePatient
IdPatient-FranzMinimum.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

Resource "FranzMinimum"

Profile: CH CRL Patient

identifier: id: 756.9217.0769.85

name: Franz Minimum

gender: male

birthDate: 1950-03-04

deceased: false

address: 8001


Source1

{
  "resourceType": "Patient",
  "id": "FranzMinimum",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:oid:2.16.756.5.32",
      "value": "756.9217.0769.85"
    }
  ],
  "name": [
    {
      "family": "Minimum",
      "given": [
        "Franz"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1950-03-04",
  "deceasedBoolean": false,
  "address": [
    {
      "postalCode": "8001"
    }
  ]
}