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

FHIR IG analytics

Packagemyhealth.eu.fhir.laboratory
Resource TypeServiceRequest
IdServiceRequest-SampleServiceRequest.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: ServiceRequest SampleServiceRequest

identifier: http://example.org/a4310756-a193-4a48-8feb-598c87a1d3f

status: Active

intent: Order

code: Hemoglobin and Hematocrit panel - Blood

subject: John Albertus Doe Male, DoB: 1989-12-12 ( https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin#89121210976 (use: official, ))

insurance: Coverage: status = active

specimen: Specimen: status = available; type = Blood specimen


Generated Narrative: Coverage #SampleCoverage

status: Active

beneficiary: John Albertus Doe Male, DoB: 1989-12-12 ( https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin#89121210976 (use: official, ))

payor: Best Insurance


Source1

{
  "resourceType": "ServiceRequest",
  "id": "SampleServiceRequest",
  "meta": {
    "profile": [
      "http://fhir.ehdsi.eu/laboratory/StructureDefinition/ServiceRequest-lab-myhealtheu"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Coverage",
      "id": "SampleCoverage",
      "meta": {
        "profile": [
          "http://fhir.ehdsi.eu/laboratory/StructureDefinition/Coverage-lab-myhealtheu"
        ]
      },
      "status": "active",
      "beneficiary": {
        "reference": "Patient/SamplePatient"
      },
      "payor": [
        {
          "display": "Best Insurance"
        }
      ]
    }
  ],
  "identifier": [
    {
      "system": "http://example.org",
      "value": "a4310756-a193-4a48-8feb-598c87a1d3f"
    }
  ],
  "status": "active",
  "intent": "order",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "24360-0",
        "display": "Hemoglobin and Hematocrit panel - Blood"
      }
    ]
  },
  "subject": {
    "reference": "Patient/SamplePatient"
  },
  "insurance": [
    {
      "reference": "#SampleCoverage"
    }
  ],
  "specimen": [
    {
      "reference": "Specimen/SampleSpecimen"
    }
  ]
}