Example in C-CDA on FHIR1.2.0
Patient

example

Patient-example.json

Resource Details

Resource Type
Patient
Resource ID
example
Identifier
http://hospital.smarthealthit.org|900
Conforms To
http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient

Example Metadata

Index metadata for this example. The full FHIR resource body is not loaded in the workbench.

{
  "resourceType": "Patient",
  "id": "example",
  "filename": "Patient-example.json",
  "profile": [
    "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
  ],
  "lastUpdated": "2020-09-09T21:58:13.238+00:00",
  "identifier": {
    "system": "http://hospital.smarthealthit.org",
    "value": "900"
  },
  "displayName": "Paticia Noelle",
  "gender": "female",
  "birthDate": "1954-10-17"
}