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

FHIR IG analytics

Packagech.fhir.ig.swissnoso
Resource TypePatient
IdPatient-GiuliaRossi.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

Anonymous Patient female, DoB: 1943 ( Medical record number: 44371)


Source1

{
  "resourceType": "Patient",
  "id": "GiuliaRossi",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/swissnoso/StructureDefinition/swissnoso-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR"
          }
        ]
      },
      "system": "http://fhir.santamaria.ch/pid",
      "value": "44371"
    }
  ],
  "gender": "female",
  "birthDate": "1943"
}