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

FHIR IG analytics

Packagefhir.argonaut.clinicalnotes
Resource TypeDiagnosticReport
IdDiagnosticReport-cardiology-report.json
FHIR VersionR3

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 with Details

id: cardiology-report

meta:

status: final

category: Radiology (Details : {LOINC code 'LP29684-5' = 'LP29684-5', given as 'Radiology'})

code: MR Abdomen W contrast IV (Details : {LOINC code '36134-5' = 'MR Abdomen W contrast IV', given as 'MR Abdomen W contrast IV'})

subject: Generated Summary: id: example; Medical Record Number = 1032702 (USUAL); active; Amy V. Shaw ; ph: 555-555-5555(HOME), amy.shaw@example.com; gender: female; birthDate: 20/02/2007

effective: 02/01/2011 8:39:30 AM


Source1

{
  "resourceType": "DiagnosticReport",
  "id": "cardiology-report",
  "meta": {
    "profile": [
      "http://fhir.org/guides/argonaut/clinicalnotes/StructureDefinition/argo-diagnosticreport-notes-and-reports"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "LP29684-5",
        "display": "Radiology"
      }
    ],
    "text": "Radiology"
  },
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "36134-5",
        "display": "MR Abdomen W contrast IV"
      }
    ],
    "text": "MR Abdomen W contrast IV"
  },
  "subject": {
    "reference": "Patient/example"
  },
  "effectiveDateTime": "2011-01-01T21:39:30.000Z"
}