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

FHIR IG analytics

Packagehl7.fhir.us.health-care-surveys-reporting
Resource TypePatient
IdPatient-patient-ledner.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-ledner

Dominique Ledner Female, DoB: 1965-06-22 ( MRN: Alaska Driver's License#abc123 (use: usual, ))


Deceased:falseMarital Status:Legally married
Other Ids:
Contact Detail
Language:English (preferred)
Links:

Source1

{
  "resourceType": "Patient",
  "id": "patient-ledner",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|6.1.0"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:oid:2.16.840.1.113883.4.3.6",
      "value": "patient-LednerDominique"
    },
    {
      "use": "usual",
      "type": {
        "text": "SHID"
      },
      "system": "http://example.org/hospital.smarthealth",
      "value": "12446"
    },
    {
      "use": "usual",
      "type": {
        "text": "FHIR"
      },
      "system": "http://example.com/FHIR/StructureDefinition/patient-fhir-id",
      "value": "66574567"
    },
    {
      "use": "usual",
      "type": {
        "text": "MRN"
      },
      "system": "urn:oid:2.16.840.1.113883.4.3.2",
      "value": "abc123"
    }
  ],
  "name": [
    {
      "family": "Ledner",
      "given": [
        "Dominique"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "1-(303)555-1212",
      "use": "home"
    },
    {
      "system": "email",
      "value": "dominique.ledner@example.com"
    }
  ],
  "gender": "female",
  "birthDate": "1965-06-22",
  "deceasedBoolean": false,
  "address": [
    {
      "use": "home",
      "line": [
        "25 Church St"
      ],
      "city": "Bixby",
      "state": "OK",
      "postalCode": "74008",
      "country": "USA"
    }
  ],
  "maritalStatus": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "36629006",
        "display": "Legally married"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code": "M"
      }
    ]
  },
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "en",
            "display": "English"
          }
        ]
      },
      "preferred": true
    }
  ],
  "generalPractitioner": [
    {
      "reference": "Practitioner/practitioner-nichols"
    }
  ],
  "managingOrganization": {
    "reference": "Organization/organization-healthcare",
    "display": "Healthcare Example"
  }
}