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

FHIR IG analytics

Packagehl7.fhir.us.ccda
Resource TypePatient
IdPatient-CF-patient.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 CF-patient

Myra Jones Female, DoB: 1947-05-01 ( urn:oid:1.3.6.1.4.1.22812.3.2009316.3#160920144139807)


Contact Detail
Language:English (preferred)
Links:
US Core Ethnicity Extension:
US Core Race Extension:

Source1

{
  "resourceType": "Patient",
  "id": "CF-patient",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "ombCategory",
          "valueCoding": {
            "system": "urn:oid:2.16.840.1.113883.6.238",
            "code": "2135-2",
            "display": "Hispanic or Latino"
          }
        },
        {
          "url": "text",
          "valueString": "Hispanic or Latino"
        }
      ],
      "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity"
    },
    {
      "extension": [
        {
          "url": "ombCategory",
          "valueCoding": {
            "system": "urn:oid:2.16.840.1.113883.6.238",
            "code": "2106-3",
            "display": "White"
          }
        },
        {
          "url": "text",
          "valueString": "White"
        }
      ],
      "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race"
    }
  ],
  "identifier": [
    {
      "system": "urn:oid:1.3.6.1.4.1.22812.3.2009316.3",
      "value": "160920144139807"
    }
  ],
  "name": [
    {
      "use": "usual",
      "family": "Jones",
      "given": [
        "Myra"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+1(565)867-5309",
      "use": "mobile"
    },
    {
      "system": "email",
      "value": "adam@diameterhealth.com",
      "use": "work"
    }
  ],
  "gender": "female",
  "birthDate": "1947-05-01",
  "address": [
    {
      "use": "home",
      "line": [
        "1357 Amber Drive"
      ],
      "city": "Beaverton",
      "state": "OR",
      "postalCode": "97006"
    }
  ],
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "en"
          }
        ]
      },
      "preferred": true
    }
  ],
  "managingOrganization": {
    "reference": "Organization/organization-1"
  }
}