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

FHIR IG analytics

Packagehl7.eu.fhir.pcsp
Resource TypePatient
IdPatient-PatientHulafe-1.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 PatientHulafe-1

Language: es-ES

Profile: Patient: PCSP

NOMBRE APELLIDO1 APELLIDO2(anonymous) Female, DoB: 2005-07-01 ( urn:oid:2.16.724.4.10.50.200#123456789 (use: official, ))


Contact Detailbelensmicorr@gggmail.com
Language:Spanish (Spain)
Patient Mother's Maiden NameAPELLIDO2
Patient Birth PlaceCALLEFALSA123 Valencia Valencia España

Source1

{
  "resourceType": "Patient",
  "id": "PatientHulafe-1",
  "meta": {
    "profile": [
      "http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Patient-eu-pcsp"
    ]
  },
  "language": "es-ES",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/patient-mothersMaidenName",
      "valueString": "APELLIDO2"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/patient-birthPlace",
      "valueAddress": {
        "line": [
          "CALLEFALSA123"
        ],
        "city": "Valencia",
        "state": "Valencia",
        "country": "España"
      }
    }
  ],
  "identifier": [
    {
      "use": "official",
      "system": "urn:oid:2.16.724.4.10.50.200",
      "value": "123456789"
    }
  ],
  "name": [
    {
      "use": "anonymous",
      "text": "NOMBRE APELLIDO1 APELLIDO2",
      "family": "APELLIDO1",
      "given": [
        "NOMBRE"
      ]
    }
  ],
  "telecom": [
    {
      "system": "email",
      "value": "belensmicorr@gggmail.com"
    }
  ],
  "gender": "female",
  "birthDate": "2005-07-01",
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "es-ES",
            "display": "Spanish (Spain)"
          }
        ]
      }
    }
  ]
}