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

FHIR IG analytics

Packagehl7.fhir.uv.deqm
Resource TypePatient
IdPatient-patient02.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 patient02

version: 4; Last updated: 2019-03-06 19:03:03+0000; Language: en;

Information Source: http://example.org/fhir/server

Profile: QICore Patient

Darien Bernard (official) Male, DoB: 1967-06-13 ( Medical record number: 23456 (use: usual, ))


Active:trueDeceased:false
Marital Status:Married
Contact Detail6 Rockwell Street Lynnwood NJ 07420 USA (home)
Language:English (Region=United States) (preferred)
Links:
US Core Ethnicity Extension:
US Core Birth Sex ExtensionM
US Core Race Extension:

Source1

{
  "resourceType": "Patient",
  "id": "patient02",
  "meta": {
    "versionId": "4",
    "lastUpdated": "2019-03-06T19:03:03.000+00:00",
    "source": "http://example.org/fhir/server",
    "profile": [
      "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-patient"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex",
      "valueCode": "M"
    },
    {
      "extension": [
        {
          "url": "ombCategory",
          "valueCoding": {
            "system": "urn:oid:2.16.840.1.113883.6.238",
            "code": "2028-9",
            "display": "Asian"
          }
        },
        {
          "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",
            "display": "Not Hispanic or Latino"
          }
        },
        {
          "url": "text",
          "valueString": "Not Hispanic or Latino"
        }
      ],
      "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity"
    }
  ],
  "identifier": [
    {
      "use": "usual",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR",
            "display": "Medical record number"
          }
        ]
      },
      "system": "http://example.org",
      "value": "23456"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "family": "Bernard",
      "given": [
        "Darien"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1967-06-13",
  "deceasedBoolean": false,
  "address": [
    {
      "use": "home",
      "line": [
        "6 Rockwell Street"
      ],
      "city": "Lynnwood",
      "state": "NJ",
      "postalCode": "07420",
      "country": "USA"
    }
  ],
  "maritalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code": "M",
        "display": "Married"
      }
    ]
  },
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "en-US",
            "display": "English (Region=United States)"
          }
        ]
      },
      "preferred": true
    }
  ],
  "managingOrganization": {
    "reference": "Organization/organization02"
  }
}