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

FHIR IG analytics

Packagelung.ca.screen.assignment
Resource TypePatient
IdPatient-230725-001.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Patient",
  "id": "example-01",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2023-07-25T11:36:40.1509901+00:00",
    "profile": [
      "https://sil-th-group-a.org/fhir/StructureDefinition/CancerPatient"
    ]
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR",
            "display": "Medical Record Number"
          }
        ],
        "text": "Medical Record Number"
      },
      "system": "http://sil-th-group-a.org",
      "value": "12345"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "MyPatient",
      "given": [
        "MyPatientName"
      ],
      "prefix": [
        "Ms."
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "0287483728",
      "use": "home"
    },
    {
      "system": "email",
      "value": "0287483728",
      "use": "home"
    }
  ],
  "gender": "female",
  "birthDate": "1983-01-01",
  "maritalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code": "S",
        "display": "Never Married"
      }
    ],
    "text": "Never Married"
  },
  "multipleBirthBoolean": false,
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "en-US",
            "display": "English (United States)"
          }
        ],
        "text": "English (United States)"
      }
    }
  ]
}