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

FHIR IG analytics

Packagehl7.fhir.uv.ae-research-ig
Resource TypePatient
IdPatient-JanetPatient.json
FHIR VersionR5

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

Janet Clinical Trial Patient female, DoB: 1961-04-08 ( EPI/738472983 (use: usual))


Deceased:falseMarital Status:Married
Multiple Birth:true
Contact Detail
  • ph: 0648352638(MOBILE)
  • p.heuvel@gmail.com
  • 123 Just Moved from Overseas St Sagaponack NY 11962 US (home)
Language:Nederlands (preferred)
Emergency Contact:
  • Sarah Abels
  • ph: 0690383372(MOBILE)
Links:
  • Managing Organization: : Reference(Organization/f001) Burgers University Medical Centre

Source1

{
  "resourceType": "Patient",
  "id": "JanetPatient",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "usual",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR"
          }
        ],
        "text": "EPI"
      },
      "system": "urn:oid:2.16.840.1.113883.2.4.6.3",
      "value": "738472983"
    }
  ],
  "name": [
    {
      "family": "Clinical Trial Patient",
      "given": [
        "Janet"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "0648352638",
      "use": "mobile"
    },
    {
      "system": "email",
      "value": "p.heuvel@gmail.com",
      "use": "home"
    }
  ],
  "gender": "female",
  "birthDate": "1961-04-08",
  "deceasedBoolean": false,
  "address": [
    {
      "use": "home",
      "line": [
        "123 Just Moved from Overseas St"
      ],
      "city": "Sagaponack",
      "state": "NY",
      "postalCode": "11962",
      "country": "US"
    }
  ],
  "maritalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code": "M",
        "display": "Married"
      }
    ]
  },
  "multipleBirthBoolean": true,
  "contact": [
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v2-0131",
              "code": "C"
            }
          ]
        }
      ],
      "name": {
        "use": "usual",
        "family": "Abels",
        "given": [
          "Sarah"
        ]
      },
      "telecom": [
        {
          "system": "phone",
          "value": "0690383372",
          "use": "mobile"
        }
      ]
    }
  ],
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "nl",
            "display": "Dutch"
          }
        ],
        "text": "Nederlands"
      },
      "preferred": true
    }
  ],
  "managingOrganization": {
    "identifier": {
      "system": "http://hospital.orgsrus/",
      "value": "f001"
    },
    "display": "Reference(Organization/f001) Burgers University Medical Centre"
  }
}