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

FHIR IG analytics

Packagehl7.fhir.us.mcode.r4b
Resource TypeSpecimen
IdSpecimen-tumor-specimen-left-breast-jenny-m.json
FHIR VersionR4B

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 tumor-specimen-left-breast-jenny-m

identifier: BodyStructure/Tumor 1234 (use: usual, )

status: Available

type: Tumor

subject: Jenny M Female, DoB: 1965-01-01 ( Medical Record Number: MRN1234 (use: usual, ))

receivedTime: 2018-04-01

Collections

-BodySite
*Left breast structure (body structure)

Source1

{
  "resourceType": "Specimen",
  "id": "tumor-specimen-left-breast-jenny-m",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-human-specimen"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "usual",
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "BodyStructure"
          }
        ]
      },
      "system": "http://radiology.hospital.example.org",
      "value": "Tumor 1234"
    }
  ],
  "status": "available",
  "type": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v2-0487",
        "code": "TUMOR"
      }
    ]
  },
  "subject": {
    "reference": "Patient/cancer-patient-jenny-m"
  },
  "receivedTime": "2018-04-01",
  "collection": {
    "bodySite": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "80248007",
          "display": "Left breast structure (body structure)"
        }
      ]
    }
  }
}