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

FHIR IG analytics

Packagehl7.fhir.uv.ips
Resource TypePatient
IdPatient-patient-example-female.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 patient-example-female

Language: en

Profile: Patient (IPS)

Martha DeLarosa Female, DoB: 1992-05-01 ( urn:oid:2.16.840.1.113883.2.4.6.3#574687583)


Active:true
Contact Detail
mother:

Source1

{
  "resourceType": "Patient",
  "id": "patient-example-female",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/ips/StructureDefinition/Patient-uv-ips"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:oid:2.16.840.1.113883.2.4.6.3",
      "value": "574687583"
    }
  ],
  "active": true,
  "name": [
    {
      "family": "DeLarosa",
      "given": [
        "Martha"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+31788700800",
      "use": "home"
    }
  ],
  "gender": "female",
  "birthDate": "1992-05-01",
  "address": [
    {
      "line": [
        "Laan Van Europa 1600"
      ],
      "city": "Dordrecht",
      "postalCode": "3317 DB",
      "country": "NL"
    }
  ],
  "contact": [
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
              "code": "MTH"
            }
          ]
        }
      ],
      "name": {
        "family": "Mum",
        "given": [
          "Martha"
        ]
      },
      "telecom": [
        {
          "system": "phone",
          "value": "+33-555-20036",
          "use": "home"
        }
      ],
      "address": {
        "line": [
          "Promenade des Anglais 111"
        ],
        "city": "Lyon",
        "postalCode": "69001",
        "country": "FR"
      }
    }
  ]
}