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

FHIR IG analytics

Packagemyhealth.eu.fhir.laboratory
Resource TypeSpecimen
IdSpecimen-SampleSpecimen.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: Specimen SampleSpecimen

status: Available

type: Blood

Collections

-Extension
*

Generated Narrative: BodyStructure #BodyStructureSample

morphology: Arterial ulcer

location: Abdomen

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


Source1

{
  "resourceType": "Specimen",
  "id": "SampleSpecimen",
  "meta": {
    "profile": [
      "http://fhir.ehdsi.eu/laboratory/StructureDefinition/Specimen-lab-myhealtheu"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "BodyStructure",
      "id": "BodyStructureSample",
      "meta": {
        "profile": [
          "http://fhir.ehdsi.eu/laboratory/StructureDefinition/BodyStructure-lab-myhealtheu"
        ]
      },
      "morphology": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "789563006",
            "display": "Arterial ulcer"
          }
        ]
      },
      "location": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "818983003",
            "display": "Abdomen"
          }
        ]
      },
      "patient": {
        "reference": "Patient/SamplePatient"
      }
    }
  ],
  "status": "available",
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "119297000",
        "display": "Blood specimen"
      }
    ],
    "text": "Blood"
  },
  "collection": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/bodySite",
        "valueReference": {
          "reference": "#BodyStructureSample"
        }
      }
    ]
  }
}