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

FHIR IG analytics

Packageeng.fhir.profile.dev
Resource TypeSpecimen
IdSpecimen for OP-OE.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": "HC40-ORDERENTRY.specimen-op-oe",
  "meta": {
    "profile": [
      "https://eng.it/fhir/StructureDefinition/Specimen_Eng"
    ]
  },
  "extension": [
    {
      "url": "http://cct.eng.it/FHIR/schema/specimen-prog",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://cct.eng.it/FHIR/schema/specimen-progCode",
            "code": "1"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "code": "principale"
          }
        ]
      },
      "system": "http://www.dnlab.it/identifiers/campione",
      "value": "28313901"
    }
  ],
  "type": {
    "coding": [
      {
        "system": "http://cct.eng.it/FHIR/99DNLAB",
        "code": "TRI",
        "display": "T. rinofaringeo"
      }
    ]
  },
  "subject": {
    "reference": "Patient/1"
  },
  "collection": {
    "collectedDateTime": "2022-09-03T18:00:00+02:00"
  },
  "container": [
    {
      "identifier": [
        {
          "system": "http://www.dnlab.it/identifiers/contenitore",
          "value": "28313901_1"
        }
      ],
      "description": "T. rinofaringeo n 1"
    },
    {
      "extension": [
        {
          "url": "http://cct.eng.it/FHIR/schema/specimen-sigla",
          "valueCode": "sigla del contenitore"
        }
      ],
      "identifier": [
        {
          "system": "http://www.dnlab.it/identifiers/contenitore",
          "value": "28313901_2"
        }
      ],
      "description": "T. rinofaringeo n 2"
    }
  ]
}