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

FHIR IG analytics

Packagehl7.fhir.us.ndh
Resource TypeHealthcareService
IdHealthcareService-HartfordOrthopedicServices.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: HealthcareService HartfordOrthopedicServices

Last updated: 2020-07-07 13:26:22+0000; Language: en-US

Profile: NDH HealthcareService Profile

NDH Delivery Method

  • deliveryMethodtype: Physical
  • virtualModalities: Phone

NDH Payment Accepted: Cash

NDH Required Document

  • document: Insurance Card
  • requiredDocumentId: MV3039G

NDH New Patients

  • acceptingPatients: Accepting new and existing patients

active: true

providedBy: Organization Hartford Orthopedics Services

category: Medical Provider

specialty: Orthopaedic Surgery Physician

location:


Source1

{
  "resourceType": "HealthcareService",
  "id": "HartfordOrthopedicServices",
  "meta": {
    "lastUpdated": "2020-07-07T13:26:22.0314215+00:00",
    "profile": [
      "http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-HealthcareService"
    ]
  },
  "language": "en-US",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "deliveryMethodtype",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/service-delivery-method",
                "code": "physical"
              }
            ]
          }
        },
        {
          "url": "virtualModalities",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/virtual-healthcare-delivery-method",
                "code": "phone"
              }
            ]
          }
        }
      ],
      "url": "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-delivery-method"
    },
    {
      "url": "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-paymentAccepted",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0570",
            "code": "CASH"
          }
        ]
      }
    },
    {
      "extension": [
        {
          "url": "document",
          "valueString": "Insurance Card"
        },
        {
          "url": "requiredDocumentId",
          "valueString": "MV3039G"
        }
      ],
      "url": "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-requiredDocument"
    },
    {
      "extension": [
        {
          "url": "acceptingPatients",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/accepting-patients",
                "code": "newpt"
              }
            ]
          }
        }
      ],
      "url": "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-newpatients"
    }
  ],
  "active": true,
  "providedBy": {
    "reference": "Organization/HartfordOrthopedics"
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/ndh-healthcare-service-category",
          "code": "prov"
        }
      ]
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "http://nucc.org/provider-taxonomy",
          "code": "207X00000X",
          "display": "Orthopaedic Surgery Physician"
        }
      ]
    }
  ],
  "location": [
    {
      "reference": "Location/HospLoc1"
    },
    {
      "reference": "Location/HospLoc2"
    }
  ]
}