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

FHIR IG analytics

Packagebha-test-ig
Resource TypePatient
IdPatient-BHAClientExample.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 BHAClientExample

Emma Nora Jones (official) Female, DoB: 1980-05-15 ( Social Security number)


Marital Status:Married
Contact Detail123 Main St Suite 300 Denver CO 80205
Language:Spanish (preferred)
us-veteran-statustrue
BHA Race ExtensionAsian
US Core Ethnicity Extension:
US Core Birth Sex ExtensionF
US Core Race Extension:

Source1

{
  "resourceType": "Patient",
  "id": "BHAClientExample",
  "meta": {
    "profile": [
      "http://bha.colorado.gov/fhir/bha-test-ig/StructureDefinition/bha-client"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://bha.colorado.gov/fhir/bha-test-ig/StructureDefinition/bha-race",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://bha.colorado.gov/fhir/bha-test-ig/CodeSystem/bha-race-cs",
            "code": "02",
            "display": "Asian"
          }
        ]
      }
    },
    {
      "extension": [
        {
          "url": "ombCategory",
          "valueCoding": {
            "system": "urn:oid:2.16.840.1.113883.6.238",
            "code": "2028-9"
          }
        },
        {
          "url": "text",
          "valueString": "Asian"
        }
      ],
      "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": "2186-5"
          }
        },
        {
          "url": "text",
          "valueString": "Not 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/us/military-service/StructureDefinition/military-service-veteran-status",
      "valueBoolean": true
    }
  ],
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "SS"
          }
        ]
      },
      "system": "http://hl7.org/fhir/sid/us-ssn",
      "value": "111-11-1111"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Jones",
      "given": [
        "Emma",
        "Nora"
      ],
      "suffix": [
        "Jr"
      ]
    }
  ],
  "gender": "female",
  "birthDate": "1980-05-15",
  "address": [
    {
      "line": [
        "123 Main St",
        "Suite 300"
      ],
      "city": "Denver",
      "district": "01",
      "state": "CO",
      "postalCode": "80205",
      "period": {
        "start": "2023-01-01"
      }
    }
  ],
  "maritalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code": "M"
      }
    ]
  },
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "es",
            "display": "Spanish"
          }
        ],
        "text": "Spanish"
      },
      "preferred": true
    }
  ]
}