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

FHIR IG analytics

Packagede.uk-koeln.nngm.form
Resource TypeSpecimen
IdExample-Profile-nNGM-Specimen-Tumormaterial.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Specimen",
  "id": "Example_Specimen_Tumormaterial",
  "meta": {
    "profile": [
      "http://uk-koeln.de/fhir/StructureDefinition/nNGM/Specimen"
    ]
  },
  "extension": [
    {
      "url": "http://uk-koeln.de/fhir/StructureDefinition/Extension/nNGM/aufenthaltsart",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
            "code": "AMB"
          }
        ]
      }
    },
    {
      "url": "http://uk-koeln.de/fhir/StructureDefinition/Extension/nNGM/specimen-tumormaterial-lagert-bei",
      "valueIdentifier": {
        "type": {
          "coding": [
            {
              "system": "http://uk-koeln.de/fhir/CodeSystem/nNGM/identifier-type",
              "code": "PAT"
            }
          ]
        },
        "system": "http://uk-koeln.de/fhir/sid/nngm/pathologist",
        "value": "PATHOLOGIST42"
      }
    },
    {
      "url": "http://uk-koeln.de/fhir/StructureDefinition/Extension/nNGM/tumorzellgehalt",
      "valueInteger": 20
    }
  ],
  "type": {
    "coding": [
      {
        "system": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl",
        "code": "C12801"
      }
    ]
  },
  "subject": {
    "reference": "Patient/Example_Patient_Patient-567314-Pseudonym",
    "identifier": {
      "type": {
        "coding": [
          {
            "system": "http://uk-koeln.de/fhir/CodeSystem/nNGM/identifier-type",
            "code": "P"
          }
        ]
      },
      "system": "http://uk-koeln.de/fhir/sid/nNGM/patient-pseudonym",
      "value": "567314"
    }
  },
  "collection": {
    "collectedDateTime": "2022-07-19"
  }
}