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

FHIR IG analytics

Packagehl7.fhir.us.codex-radiation-therapy
Resource TypePatient
IdPatient-Patient-101.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 Patient-101

Language: en

Profiles: Cancer Patient Profile, US Core Patient Profile

Security Label: test health data (Details: ActReason code HTEST = 'test health data')

Alice BilateralBreast Female, DoB: 1973-07-25 ( Medical Record Number: 101101101 (use: usual, ))


Contact Detail
  • ph: 555-555-5555(Home)
  • 49 Meadow St Mounds OK 74047 US

Source1

{
  "resourceType": "Patient",
  "id": "Patient-101",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-cancer-patient",
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
    ],
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HTEST"
      }
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "usual",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR",
            "display": "Medical Record Number"
          }
        ]
      },
      "system": "http://example.com/hospital/smarthealthit",
      "value": "101101101"
    }
  ],
  "name": [
    {
      "use": "usual",
      "family": "BilateralBreast",
      "given": [
        "Alice"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "555-555-5555",
      "use": "home"
    }
  ],
  "gender": "female",
  "birthDate": "1973-07-25",
  "address": [
    {
      "line": [
        "49 Meadow St"
      ],
      "city": "Mounds",
      "state": "OK",
      "postalCode": "74047",
      "country": "US"
    }
  ]
}