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

FHIR IG analytics

Packageihe.iti.scheduling
Resource TypePatient
IdPatient-pat1.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 pat1

Meiko Lufhir Jr., PhD Female, DoB: 1978-03-22 ( urn:oid:1.2.840.114350.1.13.861.1.7.5.737384.4399#21890 (use: usual, ))


Active:trueMarital Status:Married
Other Id:Medical record number/12345 (use: usual, )
Contact Detail

Source1

{
  "resourceType": "Patient",
  "id": "pat1",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "usual",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR"
          }
        ]
      },
      "system": "urn:oid:2.16.840.1.113883.19.5",
      "value": "12345"
    },
    {
      "use": "usual",
      "system": "urn:oid:1.2.840.114350.1.13.861.1.7.5.737384.4399",
      "value": "21890"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "usual",
      "text": "Meiko Lufhir Jr., PhD",
      "family": "Lufhir",
      "given": [
        "Meiko"
      ],
      "suffix": [
        "JR.",
        "PHD"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "321-555-2222",
      "use": "home"
    },
    {
      "system": "phone",
      "value": "321-555-3333",
      "use": "work"
    },
    {
      "system": "email",
      "value": "meikolu.fhir@example.com"
    }
  ],
  "gender": "female",
  "birthDate": "1978-03-22",
  "address": [
    {
      "use": "home",
      "line": [
        "100 Main St",
        "G-442"
      ],
      "city": "Madison",
      "district": "DANE",
      "state": "WI",
      "postalCode": "53703",
      "country": "USA"
    }
  ],
  "maritalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code": "M",
        "display": "Married"
      }
    ],
    "text": "Married"
  }
}