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

FHIR IG analytics

Packageshin.interconnect
Resource TypePatient
IdPatientMPILoad-Example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Patient",
  "id": "example-PatientMPILoad-Patient",
  "identifier": [
    {
      "use": "usual",
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/v2/0203",
            "code": "MR"
          }
        ]
      },
      "system": "5.22.2019.1557.003",
      "value": "sgcWsrkqhp",
      "period": {
        "start": "2001-05-06"
      },
      "assigner": {
        "display": "Acme Healthcare"
      }
    }
  ],
  "active": "true",
  "name": [
    {
      "use": "official",
      "family": "Riveiro",
      "given": [
        "Elise",
        "ghm7DLGPfc"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "9525553230",
      "use": "home"
    }
  ],
  "gender": "female",
  "birthDate": "1969-05-22",
  "address": {
    "use": "home",
    "line": [
      "1616 Warbler Lane",
      ""
    ],
    "city": "Saint Paul",
    "state": "MN",
    "postalCode": "55344"
  }
}