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

FHIR IG analytics

Packagefhir.argonaut.questionnaire
Resource TypePatient
IdPatient-subject1.json
FHIR VersionR3

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 with Details

id: subject1

meta:

identifier: 1234

active: true

name: John M Doe

gender: male

birthDate: 19/06/1964

address: 100 Main St Anytown, CA 99999 USA

Communications

-Language
*English (Details : {urn:ietf:bcp:47 code 'en' = 'English', given as 'English'})

Source1

{
  "resourceType": "Patient",
  "id": "subject1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex",
      "valueCode": "M"
    },
    {
      "extension": [
        {
          "url": "text",
          "valueString": "White"
        },
        {
          "url": "ombCategory",
          "valueCoding": {
            "system": "urn:oid:2.16.840.1.113883.6.238",
            "code": "2106-3",
            "display": "White"
          }
        }
      ],
      "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race"
    },
    {
      "extension": [
        {
          "url": "text",
          "valueString": "Not Hispanic or Latino"
        },
        {
          "url": "ombCategory",
          "valueCoding": {
            "system": "urn:oid:2.16.840.1.113883.6.238",
            "code": "2186-5",
            "display": "Not Hispanic or Latino"
          }
        }
      ],
      "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity"
    }
  ],
  "identifier": [
    {
      "system": "http://example.org/pids",
      "value": "1234"
    }
  ],
  "active": true,
  "name": [
    {
      "family": "Doe",
      "given": [
        "John",
        "M"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1964-06-19",
  "address": [
    {
      "text": "100 Main St\nAnytown, CA 99999\nUSA",
      "line": [
        "100 Main St"
      ],
      "city": "Anytown",
      "state": "CA",
      "postalCode": "99999",
      "country": "USA"
    }
  ],
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "en",
            "display": "English"
          }
        ],
        "text": "English"
      }
    }
  ]
}