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

FHIR IG analytics

Packagehl7.fhir.uv.cg-incubator
Resource TypeSpecimen
IdSpecimen-genomicSpecimen.json
FHIR VersionR6

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 genomicSpecimen

Language: en

identifier: http://example.org/identifiers/specimens/4

status: Available

type: Specimen from lung obtained by biopsy (specimen)

subject: John Doe

receivedTime: 2019-03-01 01:01:01+0000

request: ServiceRequest Carrier detection, molecular genetics (procedure)

Collections

-CollectorCollected[x]QuantityMethod
*Practitioner John Doel 2019-03-01 01:01:00+00001 mm2Biopsy - action

Source1

{
  "resourceType": "Specimen",
  "id": "genomicSpecimen",
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/identifiers/specimens",
      "value": "4"
    }
  ],
  "status": "available",
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "122610009",
        "display": "Specimen from lung obtained by biopsy (specimen)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/genomicPatient",
    "display": "John Doe"
  },
  "receivedTime": "2019-03-01T01:01:01Z",
  "request": [
    {
      "reference": "ServiceRequest/genomicServiceRequest"
    }
  ],
  "collection": {
    "collector": {
      "reference": "Practitioner/practitioner01"
    },
    "collectedDateTime": "2019-03-01T01:01:00Z",
    "quantity": {
      "value": 1,
      "unit": "mm2"
    },
    "method": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "129314006",
          "display": "Biopsy - action"
        }
      ]
    }
  }
}