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

FHIR IG analytics

Packagehl7.fhir.uv.cardx-cied
Resource TypePatient
IdPatient-uc2ACMEPatient.json
FHIR VersionR5

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 uc2ACMEPatient

Language: en

Profile: Patient - CIED Patient Profile

John ACME Doe (no stated gender), DoB: 1954-01-01 ( http://example.org#ACME2222 (use: official, ))


Contact Detail
  • ph: 111-555-4444(Mobile)
  • 1234 Main Street Springfield IL 12345 (home)

Source1

{
  "resourceType": "Patient",
  "id": "uc2ACMEPatient",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/cied-patient"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "system": "http://example.org",
      "value": "ACME2222"
    }
  ],
  "name": [
    {
      "family": "Doe",
      "given": [
        "John",
        "ACME"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "111-555-4444",
      "use": "mobile"
    }
  ],
  "birthDate": "1954-01-01",
  "address": [
    {
      "use": "home",
      "line": [
        "1234 Main Street"
      ],
      "city": "Springfield",
      "state": "IL",
      "postalCode": "12345"
    }
  ]
}