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

FHIR IG analytics

Packagehl7.fhir.us.cancer-reporting
Resource TypePatient
IdPatient-patient-OakleyAnnie.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-OakleyAnnie

Annie Oakley Female, DoB: 1990-06-01 ( MRN: AlaskaDLN#abc123 (use: usual, ))


Other Ids:
  • CaliforniaDLN/patient-OakleyAnnie
  • SHID/12446 (use: usual, )
  • FHIR/66574567 (use: usual, )
Contact Detail
Links:

Source1

{
  "resourceType": "Patient",
  "id": "patient-OakleyAnnie",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:oid:2.16.840.1.113883.4.3.6",
      "value": "patient-OakleyAnnie"
    },
    {
      "use": "usual",
      "type": {
        "text": "SHID"
      },
      "system": "https://www.example.org/hospital/smarthealthit",
      "value": "12446"
    },
    {
      "use": "usual",
      "type": {
        "text": "FHIR"
      },
      "system": "http://example.com/FHIR/StructureDefinition/patient-fhir-id",
      "value": "66574567"
    },
    {
      "use": "usual",
      "type": {
        "text": "MRN"
      },
      "system": "urn:oid:2.16.840.1.113883.4.3.2",
      "value": "abc123"
    }
  ],
  "name": [
    {
      "family": "Oakley",
      "given": [
        "Annie"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "1-(303)555-1212",
      "use": "home"
    },
    {
      "system": "email",
      "value": "annie.oakley@example.com"
    }
  ],
  "gender": "female",
  "birthDate": "1990-06-01",
  "address": [
    {
      "line": [
        "4348 Main Street"
      ],
      "city": "Denver",
      "state": "CO",
      "postalCode": "80111",
      "country": "US"
    }
  ],
  "link": [
    {
      "other": {
        "reference": "RelatedPerson/relatedperson-pathology-next-of-kin"
      },
      "type": "seealso"
    }
  ]
}