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

FHIR IG analytics

Packagehl7.fhir.us.bfdr
Resource TypePatient
IdPatient-patient-mother-carmen-teresa-lee.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-mother-carmen-teresa-lee

Carmen Teresa Lee (official) Female, DoB: 1986-02-15 ( Medical Record Number: 9992702 (use: usual, ))


Alt. Name:Carmen Teresa Santos (Name changed for Marriage)
Contact Detail3670 Miller Road Ann Arbor MI 48103 US (home)
Links:
US Core Ethnicity Extension:
Patient Birth PlacePR
US Core Birth Sex ExtensionF
US Core Race Extension:

Source1

{
  "resourceType": "Patient",
  "id": "patient-mother-carmen-teresa-lee",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Patient-mother-vr"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "ombCategory",
          "valueCoding": {
            "system": "urn:oid:2.16.840.1.113883.6.238",
            "code": "2054-5",
            "display": "Black or African American"
          }
        },
        {
          "url": "text",
          "valueString": "Black or African America"
        }
      ],
      "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race"
    },
    {
      "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"
    },
    {
      "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex",
      "valueCode": "F"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/patient-birthPlace",
      "valueAddress": {
        "state": "PR"
      }
    }
  ],
  "identifier": [
    {
      "use": "usual",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR",
            "display": "Medical Record Number"
          }
        ]
      },
      "system": "http://hospital.smarthealthit.org",
      "value": "9992702"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Lee",
      "given": [
        "Carmen",
        "Teresa"
      ]
    },
    {
      "use": "maiden",
      "family": "Santos",
      "given": [
        "Carmen",
        "Teresa"
      ]
    }
  ],
  "gender": "female",
  "birthDate": "1986-02-15",
  "address": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Extension-within-city-limits-indicator-vr",
          "valueCoding": {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0136",
            "code": "N",
            "display": "No"
          }
        }
      ],
      "use": "home",
      "line": [
        "3670 Miller Road"
      ],
      "city": "Ann Arbor",
      "state": "MI",
      "postalCode": "48103",
      "country": "US"
    }
  ],
  "link": [
    {
      "other": {
        "reference": "RelatedPerson/relatedperson-mother-carmen-teresa-lee"
      },
      "type": "seealso"
    }
  ]
}